r110852 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110851‎ | r110852 | r110853 >
Date:16:19, 7 February 2012
Author:reedy
Status:ok
Tags:miscextensions 
Comment:
Correct path to cli.inc, noticed to be a live hack in php-1.18 on fenari
Modified paths:
  • /trunk/extensions/SecurePoll/cli/wm-scripts/makeArbcomList.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SecurePoll/cli/wm-scripts/makeArbcomList.php
@@ -5,7 +5,7 @@
66 */
77
88 $optionsWithArgs = array( 'before', 'edits' );
9 -require( dirname(__FILE__).'/cli.inc' );
 9+require( dirname(__FILE__).'/../cli.inc' );
1010
1111 $dbr = wfGetDB( DB_SLAVE );
1212 $dbw = wfGetDB( DB_MASTER );

Follow-up revisions

RevisionCommit summaryAuthorDate
r110854Commit of r110852 into 1.18wmf1 (where it actually came from originally)reedy16:35, 7 February 2012

Status & tagging log