Fixes/rewrites for content-type
[mailer.git] / ref.php
diff --git a/ref.php b/ref.php
index f3fa2597bb8842c1952d0d279dfc4079ab8c421c..a475c51acea62bfee71d163502ec7bc87677bcae 100644 (file)
--- a/ref.php
+++ b/ref.php
@@ -47,7 +47,7 @@ $GLOBALS['output_mode'] = -1;
 require('inc/config-global.php');
 
 // Set content type for e.g. search engines
-if (isSpider()) setContentType('text/html');
+setContentType('text/html');
 
 // No refid by default
 $URL = 'modules.php?module=index';