1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Issue #182 - have added debug info. Unable to reproduce this issue.

This commit is contained in:
Cameron
2013-04-27 02:47:26 -07:00
parent e0bdb36dc2
commit 5b1c0ac365

View File

@@ -1487,10 +1487,14 @@ class e107plugin
{
$sql->update('plugin', "plugin_installflag = 0, plugin_addons = '{$eplug_addons}', plugin_version = '{$plug_vars['@attributes']['version']}', plugin_category ='".$this->manage_category($plug_vars['category'])."' WHERE plugin_id = ".$id);
unset($p_installed[$plug['plugin_path']]);
e107::getConfig('core')->setPref('plug_installed', $p_installed);
}
e107::getMessage()->addDebug("updated Installed plugins pref: ".print_a($p_installed,true));
$this->rebuildUrlConfig();
e107::getConfig('core')->save();