]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-extensions.php
Even more array-element names fixed
[mailer.git] / inc / modules / admin / what-extensions.php
index 12aeec675fdb1dc68cd045f349227c59e7a59f63..5001a82579e489b003a930fa0dc29edb615ecdc9 100644 (file)
@@ -259,7 +259,7 @@ if (isGetRequestParameterSet('reg_ext')) {
 
 // Shall we display active/inactive extensions?
 $where = '';
-if (isGetRequestParameterSet(('active'))) {
+if (isGetRequestParameterSet('active')) {
        $where = sprintf("WHERE `ext_active`='%s'", SQL_ESCAPE(secureString(getRequestParameter('active'))));
 } // END - if