id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,qualification
2123,Incorrect use of sfConfigCache:checkConfig(..._ true),Rihad.Haciyev,fabien,In action/sfAction.class.php\r\n\r\n{{{\r\npublic function initialize($context)\r\n{\r\n  ...\r\n  require(sfConfigCache::getInstance()->checkConfig(sfConfig::get('sf_app_module_dir_name').'/'.$this->getModuleName().'/'.sfConfig::get('sf_app_module_config_dir_name').'/security.yml'_ true));\r\n}}}\r\nthe second parameter to checkConfig() allows it to return null_ but require would throw an error in that case.\r\n,defect,closed,minor,1.0.10,controller,1.0.5,fixed,,,Unreviewed
