Some fixes for surfbar extension (#123), double->single, misc cleanups/fixes
[mailer.git] / inc / modules / admin / what-list_doubler.php
index 103d448c6cea7bf42c6c479ec25dd21f761902f6..f27255b6664fc0ef770931e31ea644ebbd6c03b9 100644 (file)
@@ -45,7 +45,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
 // Add description as navigation point
 ADD_DESCR('admin', __FILE__);
 
-if (!REQUEST_ISSET_GET(('mode'))) {
+if (!REQUEST_ISSET_GET('mode')) {
        // Chosse the overview page as default
        REQUEST_GET('mode', "overview");
 } else {