public attr / function, constructeurs __construct
[mtweb] / mw / app / controllers / users / index.php
index 29b8177..28dbdce 100644 (file)
@@ -2,11 +2,9 @@
 
   class mw_users_index extends mw_controller{
 
-    function index(){
+    public function index(){
       $env = $this->env();
       $env->run("users/infos");
     }
 
   }
-
-?>
\ No newline at end of file