X-Git-Url: http://git.dj3c1t.com/?a=blobdiff_plain;f=mw%2Fapp%2Fcontrollers%2Fusers%2Findex.php;h=28dbdce1b12565a7f1c06cce21da69733195a967;hb=ad9756b0b72852c82165e824570f21b039fcb359;hp=29b8177b768c8286f768f57cf63161959fca177d;hpb=422d883e3ed8ee55ee41e3b7826f32b79cea646d;p=mtweb diff --git a/mw/app/controllers/users/index.php b/mw/app/controllers/users/index.php index 29b8177..28dbdce 100644 --- a/mw/app/controllers/users/index.php +++ b/mw/app/controllers/users/index.php @@ -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