Fixes for broken installation routine
[mailer.git] / img.php
diff --git a/img.php b/img.php
index f1099706eab7efadc03e45713d6fb72369f828c5..db6512ae51338842312aeb142b1c4e0c900227fc 100644 (file)
--- a/img.php
+++ b/img.php
@@ -62,7 +62,7 @@ if (isInstalled()) {
        } 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?