add helpAction
This commit is contained in:
parent
e579dabbc5
commit
a274889883
|
@ -357,6 +357,10 @@ class ReviewController extends Zend_Controller_Action
|
|||
$this->view->metadata[$k]['statustext']=$this->rewritestatus($v['status']);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function helpAction()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue