castlamp / zenbership

(2015) Zenbership Membership Software: Achieve Membership Nirvana
Other
112 stars 58 forks source link

Bug in widget.class.php line 464 #72

Open erlenmeyer316 opened 7 years ago

erlenmeyer316 commented 7 years ago

There is a bug in widget.class.php that causes the 'menu_site_topbar' menu links to not work. I think the issue is that the build_link function on line 464 doesn't include the full URL.

The fix is to change line 464 from:

$link .= $item['link'];

to

$link .= PP_URL . $item['link'];

erlenmeyer316 commented 7 years ago

Sorry, I forgot to mention. I'm using the latest Beta-Stable version V111