diff options
Diffstat (limited to 'maintenance/purgeList.php')
-rw-r--r-- | maintenance/purgeList.php | 2 |
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 { |