mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Prevent theme "default content" notification during upgrade.
This commit is contained in:
@@ -1384,7 +1384,7 @@ function update_706_to_800($type='')
|
||||
{
|
||||
$th = e107::getSingleton('themeHandler');
|
||||
$tmp = $th->getThemeInfo($pref['sitetheme']);
|
||||
if($th->setTheme($pref['sitetheme']))
|
||||
if($th->setTheme($pref['sitetheme'], false))
|
||||
{
|
||||
e107::getMessage()->addDebug("Updated SiteTheme prefs");
|
||||
}
|
||||
|
Reference in New Issue
Block a user