Huge rewrite of default parameters, ext-network continued:
[mailer.git] / inc / modules / admin / what-theme_edit.php
index a5d849245f31fc807f87a7e64be5c6f16101a555..79663f43dd6c2beb38f25e0057c9a0cfbfa5e6f0 100644 (file)
@@ -50,7 +50,7 @@ if (!isExtensionActive('theme')) {
 } // END - if
 
 // Check for selected themes
-$SEL = 0;
+$SEL = '0';
 if (isPostRequestElementSet('sel')) $SEL = countPostSelection();
 if ($SEL > 0) {
        $OUT = '';