public attr / function, constructeurs __construct
[mtweb] / mw / env / modules / mw_env_init.php
index 0fd19b8..c2975df 100644 (file)
@@ -2,7 +2,7 @@
 
   class mw_env_init extends mw_env{
 
-    function init(){
+    public function init(){
       $init_files = array();
       if(($plugins = $this->plugins()) !== false){
         foreach($plugins as $plugin_name => $plugin){
@@ -59,5 +59,3 @@
     }
 
   }
-
-?>
\ No newline at end of file