add helpAction

This commit is contained in:
wlx 2011-11-04 14:38:33 +00:00
parent e579dabbc5
commit a274889883
1 changed files with 4 additions and 0 deletions

View File

@ -357,6 +357,10 @@ class ReviewController extends Zend_Controller_Action
$this->view->metadata[$k]['statustext']=$this->rewritestatus($v['status']);
}
}
}
function helpAction()
{
}
}