1
0
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:
Cameron
2015-01-29 13:09:22 -08:00
parent 86c1bd3353
commit ff6d84e5e1
5 changed files with 196 additions and 8 deletions

View File

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