Index: trunk/phase3/includes/specials/SpecialVersion.php |
— | — | @@ -20,7 +20,7 @@ |
21 | 21 | ); |
22 | 22 | |
23 | 23 | function __construct(){ |
24 | | - parent::__construct( 'Version' ); |
| 24 | + parent::__construct( 'Version' ); |
25 | 25 | } |
26 | 26 | |
27 | 27 | /** |
— | — | @@ -126,7 +126,7 @@ |
127 | 127 | * |
128 | 128 | * @return mixed |
129 | 129 | */ |
130 | | - public static function getVersion( $flags = '' ) { |
| 130 | + public static function getVersion( $flags = '' ) { |
131 | 131 | global $wgVersion, $IP; |
132 | 132 | wfProfileIn( __METHOD__ ); |
133 | 133 | |
— | — | @@ -136,7 +136,7 @@ |
137 | 137 | } elseif( $flags === 'nodb' ) { |
138 | 138 | $version = "$wgVersion (r{$info['checkout-rev']})"; |
139 | 139 | } else { |
140 | | - $version = $wgVersion . |
| 140 | + $version = $wgVersion . ' ' . |
141 | 141 | wfMsg( |
142 | 142 | 'version-svn-revision', |
143 | 143 | isset( $info['directory-rev'] ) ? $info['directory-rev'] : '', |