From: Arthaey A. <ar...@gm...> - 2004-07-30 09:59:21
|
On my wiki, PluginManager dies with a "memory exhausted" fatal error unless I add the following code in the foreach loop of : 113 foreach($plugins as $pluginName) { 114 if ($pluginName{0} == "_") 115 continue; Is there something strange going on with my setup, or should the underscore-plugins really be ignored? -- AA |