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:
@@ -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())
|
||||
{
|
||||
|
Reference in New Issue
Block a user