]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-stats.php
Fix for SQL error
[mailer.git] / inc / modules / guest / what-stats.php
index 3c12d48d5c02f6c73a449d1fb71f46efa85e8d95..8dc193c3b430c6124546e0bde7f9982717e18f17 100644 (file)
@@ -46,7 +46,7 @@ if (!defined('__SECURITY')) {
 ADD_DESCR('guest', __FILE__);
 
 // Derterminate which stats we want and set mode and title for the link below stats block
-if (!REQUEST_ISSET_GET(('mode'))) REQUEST_SET_GET('mode', strtolower(getConfig('guest_stats')));
+if (!REQUEST_ISSET_GET('mode')) REQUEST_SET_GET('mode', strtolower(getConfig('guest_stats')));
 
 switch (REQUEST_GET('mode')) {
        case 'members' :