You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Reset cache and update core version in database
162
-
Container::get('cache')->flush();
163
+
Cache::flush();
163
164
if (!Database::table('config')->rawExecute('UPDATE `'.ForumSettings::get('db_prefix').'config` SET `conf_value` = :value WHERE `conf_name` = "o_cur_version"', ['value' => ForumEnv::get('FORUM_VERSION')])) {
164
165
$coreUpdater->addWarning(__('Could not update core version in database'));
0 commit comments