From: Chad Horohoe Date: Thu, 8 Sep 2011 03:13:31 +0000 (+0000) Subject: Rm old options from commandLine.inc days X-Git-Tag: 1.31.0-rc.0~27806 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=3dbbc40ab0e8b7cbd8c86dadc48fe50a3b0d2860;p=lhc%2Fweb%2Fwiklou.git Rm old options from commandLine.inc days --- diff --git a/maintenance/populateCategory.php b/maintenance/populateCategory.php index 4e9c44c416..0b45493eb1 100644 --- a/maintenance/populateCategory.php +++ b/maintenance/populateCategory.php @@ -22,8 +22,6 @@ * @author Simetrical */ -$optionsWithArgs = array( 'begin', 'max-slave-lag', 'throttle' ); - require_once( dirname( __FILE__ ) . '/Maintenance.php' );