Closed siffring closed 12 years ago
Our use of the $this->EE->addons_model->get_plugins(); call seems to have an unexpected side effect of breaking the plugin list page in the CP.
This appears to be because that method uses include_once(), so it only works the first time that method is called.
EE forum thread here: http://expressionengine.com/forums/viewthread/214711/
Same here. I get a blank page on install, but, if I disable this line, everything works fine.
This is fixed in the latest version 0.1.3.
Our use of the $this->EE->addons_model->get_plugins(); call seems to have an unexpected side effect of breaking the plugin list page in the CP.
This appears to be because that method uses include_once(), so it only works the first time that method is called.
EE forum thread here: http://expressionengine.com/forums/viewthread/214711/