mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Always check db updates when developer mode is active.
This commit is contained in:
@@ -256,7 +256,7 @@ class admin_start
|
||||
|
||||
$checked = e107::getSession()->get('core-update-checked');
|
||||
|
||||
if(!deftrue('e_DEBUG') && $checked === true)
|
||||
if(!deftrue('e_DEBUG') && $checked === true && !deftrue('e_DEVELOPER'))
|
||||
{
|
||||
e107::getMessage()->addDebug("Skipping core update");
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user