From 7b075f0743b611139ec72f1b0be6b8839fec2353 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Fri, 31 Aug 2007 20:47:04 +0000 Subject: [PATCH] *Remove debug line --- includes/OutputPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index fc2868babf..834c3938c6 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -910,7 +910,7 @@ class OutputPage { default: $message = wfMsgHtml( 'badaccess-groups', $groups ); } - #$this->addHtml( $message ); + $this->addHtml( $message ); $this->returnToMain( false ); } -- 2.20.1