Index: branches/wmf/1.17wmf1/maintenance/purgeList.php |
— | — | @@ -43,7 +43,7 @@ |
44 | 44 | $url = $title->getFullUrl(); |
45 | 45 | $this->output( "$url\n" ); |
46 | 46 | $urls[] = $url; |
47 | | - if ( $this->getOptions( 'purge' ) ) { |
| 47 | + if ( $this->getOption( 'purge' ) ) { |
48 | 48 | $title->invalidateCache(); |
49 | 49 | } |
50 | 50 | } else { |