Skip to content
Snippets Groups Projects
Commit b91c1d98 authored by efalcy's avatar efalcy
Browse files

Telephone index : correction init

parent e64ce23b
No related merge requests found
......@@ -20,7 +20,13 @@
*/
class Telephone_IndexController extends ZendAfi_Controller_Action {
public function init() {
parent::init();
}
public function indexAction() {
parent::init();
}
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment