summaryrefslogtreecommitdiff
path: root/security/mailzu/files/patch-messagesPendingAdmin.php
blob: c17e1fbe9d12fb8107f2eb74a57d97c701a03ca8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- messagesPendingAdmin.php.orig	2007-06-14 19:00:15 UTC
+++ messagesPendingAdmin.php
@@ -36,6 +36,8 @@ $_SESSION['sessionNav'] = "Site Pending Requests";
 // Get current page number
 $requestedPage = CmnFns::getGlobalVar('page', GET);
 
+global $content_type;
+
 $db = new DBEngine();
 
 $t = new Template(translate('Site Quarantine'));