mirror of
https://github.com/e107inc/e107.git
synced 2025-08-23 14:44:29 +02:00
Fix for Plugin Manager addon prefs.
This commit is contained in:
@@ -221,7 +221,7 @@ class e107Update
|
||||
function updatePlugin($path)
|
||||
{
|
||||
e107::getPlugin()->install_plugin_xml($path, 'upgrade');
|
||||
e107::getPlugin()->save_addon_prefs(); // Rebuild addon prefs.
|
||||
// e107::getPlugin()->save_addon_prefs(); // Rebuild addon prefs.
|
||||
e107::getMessage()->reset(E_MESSAGE_INFO);
|
||||
e107::getMessage()->addSuccess(LAN_UPDATED." : ".$path);
|
||||
|
||||
|
Reference in New Issue
Block a user