Removed empty method
This commit is contained in:
parent
58620203cf
commit
20b79374e2
|
@ -13,10 +13,6 @@ class UserController extends Zend_Controller_Action
|
|||
->initContext();
|
||||
}
|
||||
|
||||
public function indexAction()
|
||||
{
|
||||
}
|
||||
|
||||
public function addUserAction()
|
||||
{
|
||||
global $CC_CONFIG;
|
||||
|
|
Loading…
Reference in New Issue