summaryrefslogtreecommitdiff
path: root/maintenance/purgeList.php
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2011-12-03 09:20:55 +0100
committerPierre Schmitz <pierre@archlinux.de>2011-12-03 09:20:55 +0100
commita22fbfc60f36f5f7ee10d5ae6fe347340c2ee67c (patch)
tree31882fdc36540fecfd62e5011fc38515e504a3db /maintenance/purgeList.php
parent6ca0c5e0a943b64b4e3d0a11a80c5679f7252e64 (diff)
Update to MediaWiki 1.17.1
Diffstat (limited to 'maintenance/purgeList.php')
-rw-r--r--maintenance/purgeList.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/purgeList.php b/maintenance/purgeList.php
index 17be6d3d..2c0308c0 100644
--- a/maintenance/purgeList.php
+++ b/maintenance/purgeList.php
@@ -43,7 +43,7 @@ class PurgeList extends Maintenance {
$url = $title->getFullUrl();
$this->output( "$url\n" );
$urls[] = $url;
- if ( $this->getOptions( 'purge' ) ) {
+ if ( $this->getOption( 'purge' ) ) {
$title->invalidateCache();
}
} else {