2013-04-02, 21:09:10
(2013-04-02, 13:34:55)jason.dixon.email Wrote: Sorry for not replying sooner. I've had the wind knocked out of my sails with a nasty stomach bug. Ugh...
Anyway would you be able to give this a try in your setup and let me know if it sorts things?
On line 188:
PHP Code:if(array_key_exists($check, $live_plugins)&&$live_plugins[$check]){ return true; }
Add in =="true"
PHP Code:if(array_key_exists($check, $live_plugins)&&$live_plugins[$check]=="true"){ return true; }
Seems I mistook the plugin list for true/false boolean, when in fact it is "true" / "false" text. Confusing!
Hi, I will test this later on this afternoon and will come back with feedback.
Realy there is no need excuses, this is open source comunity, and everyones time is limited.