From 3f7646bc8bbb5f4f68eed24184e03596189374a4 Mon Sep 17 00:00:00 2001 From: "green-ponies (jgen)" Date: Thu, 12 Jan 2012 20:30:26 -0500 Subject: [PATCH] typo --- core/page.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/page.class.php b/core/page.class.php index 514a1cfd..2718fcd0 100644 --- a/core/page.class.php +++ b/core/page.class.php @@ -226,7 +226,7 @@ class Page { break; case "redirect": header('Location: '.$this->redirect); - print 'You should be redirected to '.$this->redirect.''; + print 'You should be redirected to '.$this->redirect.''; break; default: print "Invalid page mode";