Applied an urgent hack to work new blog archive link (e.g 2009/05)

This commit is contained in:
Saophalkun Ponlu 2009-07-20 02:29:10 +00:00
parent 8589682b7e
commit a91d0eeb68
1 changed files with 11 additions and 0 deletions

View File

@ -140,6 +140,17 @@ class BlogHolder_Controller extends BlogTree_Controller {
parent::init();
Requirements::themedCSS("bbcodehelp");
}
/**
* TODO: this is an urgent fix to work with archive link (e.g. 2009/04) for Nelsoncc project. Replace this with something better.
*/
function checkAccessAction($action) {
if (preg_match('/[0-9]{4}/', $action))
{
return true;
}
return parent::checkAccessAction($action);
}
/**
* Return list of usable tags for help