case 'finish': if (isset($input['install_demo']) && $input['install_demo'] == 1) { $session->setData('config.demo', array('loaddemo' => true), 'installation', true); if (!$this->loadDemoSite()) { break; } } $this->saveCronJobsScripts(); if ($this->finish()) { $this->saveConfiguration(); self::InstallPlugins(); // clear all cache require_once($GLOBALS['g_campsiteDir'].'/classes/CampCache.php'); CampCache::singleton()->clear('user'); CampCache::singleton()->clear(); CampTemplate::singleton()->clearCache(); } break; }
It looks like you're new here. If you want to get involved, click one of these buttons!