MyBBHacks.com Plugins for MyBB

Full Version: Getting Errors with EzGalleryPro 5.5.1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I get the error with the v5.5.5 also.  line 675 in that file is:

Code:
if ($context['video_addon'])

Hope that helps.  Thanks!
Change that line to
if (!empty($context['video_addon']))
yep, that fixed it.  Thank you for your support!!!

Daryl
Pages: 1 2