Closed GoogleCodeExporter closed 9 years ago
it works now
In plugins/content/mp3browser/CoverImage.php on line 73 I have added the line
jimport('joomla.environment.browser');
before
$browser = JBrowser::getInstance();
Original comment by serveurm...@gmail.com
on 17 Jun 2014 at 2:32
Sounds like we need to fix that in code...
Original comment by sanderverh
on 17 Jun 2014 at 3:01
Had this issue as well. Same fix worked for me too.
Original comment by deron.sp...@gmail.com
on 17 Jun 2014 at 3:18
I didn't have this issue on the demo at
http://www.totaalsoftware.com/products/all-products/4-mp3-browser but I assume
it has to do with the order in which extensions are loaded, and I might have
other extensions that do the same jimport first.
Original comment by sanderverh
on 17 Jun 2014 at 3:20
Committed the fix to Git.
Original comment by sanderverh
on 13 Feb 2015 at 8:30
Original issue reported on code.google.com by
serveurm...@gmail.com
on 17 Jun 2014 at 2:12