mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 01:25:01 +02:00
More notice removal
This commit is contained in:
@@ -157,7 +157,7 @@ class cron_admin_ui extends e_admin_ui
|
||||
),
|
||||
);
|
||||
|
||||
if(!$_GET['action'] || $_GET['action'] == 'refresh')
|
||||
if(!vartrue($_GET['action']) || $_GET['action'] == 'refresh')
|
||||
{
|
||||
|
||||
$this->cronImport($cronDefaults); // import Core Crons (if missing)
|
||||
|
Reference in New Issue
Block a user