mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +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');
|
$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");
|
e107::getMessage()->addDebug("Skipping core update");
|
||||||
return null;
|
return null;
|
||||||
|
Reference in New Issue
Block a user