This commit is contained in:
Prospress Inc
2019-05-31 09:16:48 +02:00
committed by Remco Tolsma
parent 8ba2071408
commit 98a2ef42f7
49 changed files with 531 additions and 4029 deletions

View File

@@ -40,7 +40,7 @@ class ActionScheduler_AdminView extends ActionScheduler_AdminView_Deprecated {
public function system_status_report() {
$table = new ActionScheduler_wcSystemStatus( ActionScheduler::store() );
$table->print();
$table->render();
}
/**