profileid = Platform::getInstance()->get_active_profile(); // Get profile name $this->profileName = $this->escape(Platform::getInstance()->get_profile_name($this->profileid)); // Get the CRON paths $this->croninfo = $this->getModel()->getPaths(); $this->checkinfo = $this->getModel()->getCheckPaths(); return true; } }