1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +02:00

Issue #1109, Fixes #830, Fixes #731, Fixes #710, Fixes #608, Fixes #1012 : v1 -> v2 Upgrade-Routine fixes (including forum plugin)

This commit is contained in:
Cameron
2015-08-24 17:39:28 -07:00
parent 29b405d31d
commit cffb369751
18 changed files with 265 additions and 248 deletions

View File

@@ -2371,7 +2371,7 @@ class e107plugin
if ($mode != "core") // Do only one core pref save during install/uninstall etc.
{
$config->save();
$config->save(true, false, false);
}
return;
}
@@ -2839,7 +2839,7 @@ class e107plugin
}
}
$core->save(FALSE);
$core->save(FALSE, false, false);
if ($this->manage_icons())
{