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

@ -358,5 +358,9 @@ class ReviewController extends Zend_Controller_Action
} }
} }
} }
function helpAction()
{
}
} }