1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Fixes #1535 - Error on User-profile in admin area.

This commit is contained in:
Cameron
2016-04-13 09:12:37 -07:00
parent 4a40104073
commit ae85b7b4d1
3 changed files with 12 additions and 3 deletions

View File

@@ -220,7 +220,7 @@ class cron_admin_ui extends e_admin_ui
'cron_description' => $val['description'],
'cron_function' => $class."::".$val['function'],
'cron_tab' => '* * * * *',
'cron_active' => 0,
'cron_active' => '0',
);
$this->cronInsert($insert);