1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

Upgrade and Backward Compatibility Fixes.

This commit is contained in:
Cameron
2020-05-05 15:11:49 -07:00
parent 25f580ce2f
commit def50c174d
7 changed files with 64 additions and 10 deletions

View File

@@ -100,7 +100,7 @@ class e_plugin
$this->_init();
if(empty($this->_ids))
if(empty($this->_ids) )
{
// e107::getDebug()->log("Running e_plugin::_initIDs()");
// e107::getDebug()->log(debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS));
@@ -581,7 +581,10 @@ class e_plugin
}
if(e_PAGE == 'e107_update.php')
{
return null;
}
foreach($detected as $path) // add a missing plugin to the database table.