From aeb8395e6dac93d8537869c55fceffafe72f74ba Mon Sep 17 00:00:00 2001 From: Daniel Friesen Date: Thu, 13 Jan 2011 22:20:04 +0000 Subject: [PATCH] Followup r80192 which had an unclosed comment causing some php notices resulting from hidden var statements. --- includes/OutputPage.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 1413731b46..e565d8caca 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -61,6 +61,7 @@ class OutputPage { * Contains the article subtitle. * * Example: 'From Wikipedia, the free encyclopedia' + */ var $mSubtitle = ''; var $mRedirect = ''; -- 2.20.1