diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2012-05-03 13:01:35 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2012-05-03 13:01:35 +0200 |
commit | d9022f63880ce039446fba8364f68e656b7bf4cb (patch) | |
tree | 16b40fbf17bf7c9ee6f4ead25b16dd192378050a /maintenance/jsparse.php | |
parent | 27cf83d177256813e2e802241085fce5dd0f3fb9 (diff) |
Update to MediaWiki 1.19.0
Diffstat (limited to 'maintenance/jsparse.php')
-rw-r--r-- | maintenance/jsparse.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/maintenance/jsparse.php b/maintenance/jsparse.php index ae6f1f1d..da6798e1 100644 --- a/maintenance/jsparse.php +++ b/maintenance/jsparse.php @@ -32,7 +32,6 @@ class JSParseHelper extends Maintenance { } public function execute() { - $iterations = $this->getOption( 'i', 100 ); if ( $this->hasArg() ) { $files = $this->mArgs; } else { |