X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_doubler.php;h=f27255b6664fc0ef770931e31ea644ebbd6c03b9;hp=103d448c6cea7bf42c6c479ec25dd21f761902f6;hb=1355d2c0b29510dbd407f9cde9f41a5ac02d01fa;hpb=15cfa3538ae057219dce740ce61d3a164c1dde87 diff --git a/inc/modules/admin/what-list_doubler.php b/inc/modules/admin/what-list_doubler.php index 103d448c6c..f27255b666 100644 --- a/inc/modules/admin/what-list_doubler.php +++ b/inc/modules/admin/what-list_doubler.php @@ -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 {