public attr / function, constructeurs __construct
[mtweb] / mw / app / controllers / index / index.php
index 4b36820..c71093b 100644 (file)
@@ -2,7 +2,7 @@
 
   class mw_index_index extends mw_controller{
 
-    function index(){
+    public function index(){
       $env = $this->env();
       $start_action = $env->config("start_action");
       if($start_action){
@@ -17,5 +17,3 @@
     }
 
   }
-
-?>
\ No newline at end of file