Heavy rewrite:
[mailer.git] / img.php
diff --git a/img.php b/img.php
index adaa3e271e668cc8069d874cff7f418a7f181411..fb384e8a4460ccb95aa8c6bb289a0a071efdc129 100644 (file)
--- a/img.php
+++ b/img.php
@@ -56,13 +56,13 @@ if (!isInstalled()) {
 loadIncludeOnce('inc/header.php');
 
 // Code set?
-if (REQUEST_ISSET_GET(('code'))) {
+if (REQUEST_ISSET_GET('code')) {
        // Generate image
        GENERATE_IMAGE(bigintval(REQUEST_GET('code')));
 } elseif (REQUEST_ISSET_GET('tag')) {
        // Tag set so create the IFN (Include-FileName)
        $INC = sprintf("inc/img/tag-%s.php",
-       REQUEST_GET('tag')
+               REQUEST_GET('tag')
        );
 
        // Include is readable?