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