diff --git a/e107_admin/update_routines.php b/e107_admin/update_routines.php index 41421e9cf..fb15289d7 100644 --- a/e107_admin/update_routines.php +++ b/e107_admin/update_routines.php @@ -46,7 +46,7 @@ $dbupdatep = array(); // Array of plugin upgrade actions (similar to $dbupdate $dbupdate = array(); // Array of core upgrade actions global $e107cache; - +$e107info = []; if(is_readable(e_ADMIN.'ver.php')) { include(e_ADMIN.'ver.php'); @@ -77,7 +77,7 @@ $dont_check_update = false; if (!$dont_check_update) { - if($dbupdateplugs = e107::getConfig('core')->get('plug_installed')) + if($dbupdateplugs = e107::getConfig()->get('plug_installed')) { // Read in each update file - this will add an entry to the $dbupdatep array if a potential update exists foreach ($dbupdateplugs as $path => $ver) @@ -279,7 +279,7 @@ class e107Update if(empty($data['hide_when_complete'])) { $text2 .= "