mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 09:04:38 +02:00
TinyMce e_footer.php file added. Upgrade routine now refreshes the plugin addons correctly.
This commit is contained in:
@@ -215,8 +215,9 @@ class e107Update
|
||||
|
||||
function updatePlugin($path)
|
||||
{
|
||||
e107::getPlugin()->install_plugin_xml($path, 'upgrade');
|
||||
e107::getMessage()->reset(E_MESSAGE_INFO);
|
||||
e107::getPlugin()->install_plugin_xml($path, 'upgrade');
|
||||
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