Hi @markgdyr
Thanks for the bug report.
Looking at the file, the line in question is:
$o['name'] = end(explode('/', $o['url']));
Seems like WP’s new strict standards has an issue with the ‘/’ as a parameter?
That’s pretty strange…
Do you have debug mode on or off?