r52488 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r52487
|
r52488
|
r52489
>
Date:
12:50, 27 June 2009
Author:
ialex
Status:
reverted
Tags:
Comment:
Mark SpecialVersion::execOutput as static to avoid E_STRICT
Modified paths:
/trunk/phase3/includes/specials/SpecialVersion.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialVersion.php
—
—
@@ -48,7 +48,7 @@
49
49
* @param string command
50
50
* @return string output
51
51
*/
52
- function execOutput( $cmd ) {
52
+ static function execOutput( $cmd ) {
53
53
$out = array( $cmd );
54
54
exec( $cmd.' 2>&1', $out );
55
55
unset($out[0]);
Status & tagging log
20:15, 10 August 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r52488
[
removed:
new
added:
reverted]