1
0
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:
Cameron
2017-01-27 15:21:17 -08:00
parent 2b686f6c82
commit cde320a365

View File

@@ -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;