From: Daniel Friesen Date: Thu, 13 Jan 2011 22:20:04 +0000 (+0000) Subject: Followup r80192 which had an unclosed comment causing some php notices resulting... X-Git-Tag: 1.31.0-rc.0~32566 X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28?a=commitdiff_plain;h=aeb8395e6dac93d8537869c55fceffafe72f74ba;p=lhc%2Fweb%2Fwiklou.git Followup r80192 which had an unclosed comment causing some php notices resulting from hidden var statements. --- 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 = '';