r64349 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64348‎ | r64349 | r64350 >
Date:16:36, 29 March 2010
Author:demon
Status:ok
Tags:
Comment:
Missing global declaration
Modified paths:
  • /branches/new-installer/phase3/includes/installer/WebInstallerOutput.php (modified) (history)

Diff [purge]

Index: branches/new-installer/phase3/includes/installer/WebInstallerOutput.php
@@ -168,6 +168,7 @@
169169 }
170170
171171 function outputShortHeader() {
 172+ global $wgVersion;
172173 ?>
173174 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
174175 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">

Status & tagging log