1
0
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:
Cameron
2017-02-07 08:57:18 -08:00
parent c1930ab654
commit cc8886acc0
2 changed files with 6 additions and 2 deletions

View File

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