Image for stats button no longer displaying

Mark

Administrator
Staff member
ahh good find Karl, open settings_buttons.php and replace (top of the file)

if (!defined('ATSPHP')) {

with:

if (!defined('VISIOLIST')) {

that should do it, once confirmed I'll post a patch
 
Top