castlamp / zenbership

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

Setup Script Check for GD Extension Bug #207

Open JeffryMills opened 5 years ago

JeffryMills commented 5 years ago

if (extension_loaded('gd')) { $class = 'bad'; // $error = '1'; } else { $class = 'good'; }

shouldn't that be if (!extension_loaded('gd')) { ...

?

scrappy commented 5 years ago

This is fixed, as well as added checks for a few other "required" extensions

https://github.com/scrappy/zenbership/commit/d35d06c935e28562d6e12db97fcb7c824e05a3d9