syntaxe POO (visibilite) et maj indentation
[mw_sourceml] / app / controllers / admin / cache.php
index b45330a..e3aec5a 100644 (file)
@@ -2,7 +2,7 @@
 
   class mw_admin_cache extends mw_controller{
 
-    function index(){
+    public function index(){
       $env = $this->env();
       $data = $env->data();
       if(($CONFIG = $env->get_CONFIG()) !== false){
@@ -33,5 +33,3 @@
     }
 
   }
-
-?>
\ No newline at end of file