phplayers bug in .9
phplayers bug in .9
I'll try to debug this this afternoon. I have a way to figure out what it calling and should be able to trace it. I'll post the results and/or fix.
-
jptechnical
- Forum Members

- Posts: 131
- Joined: Wed Jan 12, 2005 12:18 am
phplayers bug in .9
Thanks Greg, I like!
Re: phplayers bug in .9
I have exorcised the demons!
It's such a stupidly simple bug, that I can't believe I didn't find it earlier. Basically, I was calling the same loop twice, so it was displaying it for EACH module that was installed and active.
If you want to fix this now, edit stylesheet.php and remove one of the 2 foreach lines (doesn't matter which), the { below it, and it's corrosponding } below. That will fix it.
It's such a stupidly simple bug, that I can't believe I didn't find it earlier. Basically, I was calling the same loop twice, so it was displaying it for EACH module that was installed and active.
If you want to fix this now, edit stylesheet.php and remove one of the 2 foreach lines (doesn't matter which), the { below it, and it's corrosponding } below. That will fix it.
