r53319 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53318‎ | r53319 | r53320 >
Date:17:45, 15 July 2009
Author:brion
Status:ok
Tags:
Comment:
fix PHP notice err (not actually sure the -r option works atm though)
Modified paths:
  • /branches/wmf-deployment/maintenance/lag.php (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/maintenance/lag.php
@@ -3,7 +3,7 @@
44 $wgUseNormalUser = true;
55 require_once('commandLine.inc');
66
7 -if ( $options['r'] ) {
 7+if ( isset( $options['r'] ) ) {
88 print 'time ';
99 foreach( $wgDBservers as $i => $server ) {
1010 $hostname = gethostbyaddr( $wgDBservers[$i]['host'] );

Status & tagging log