X-Git-Url: http://git.dj3c1t.com/index.cgi?a=blobdiff_plain;f=mw%2Fenv%2Fmodules%2Fmw_env_init.php;h=773d5475ab7af9f22d7dbff6cf74a03aaec8e391;hb=HEAD;hp=0fd19b87746ed7c59df63846c037fcf606c5fd25;hpb=422d883e3ed8ee55ee41e3b7826f32b79cea646d;p=mtweb diff --git a/mw/env/modules/mw_env_init.php b/mw/env/modules/mw_env_init.php index 0fd19b8..773d547 100644 --- a/mw/env/modules/mw_env_init.php +++ b/mw/env/modules/mw_env_init.php @@ -2,7 +2,8 @@ class mw_env_init extends mw_env{ - function init(){ + public function init(){ + $data = $this->data(); $init_files = array(); if(($plugins = $this->plugins()) !== false){ foreach($plugins as $plugin_name => $plugin){ @@ -59,5 +60,3 @@ } } - -?> \ No newline at end of file