Index: branches/REL1_17/phase3/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 { |
Property changes on: branches/REL1_17/phase3/maintenance/purgeList.php |
___________________________________________________________________ |
Added: svn:mergeinfo |
51 | 51 | Merged /branches/new-installer/phase3/maintenance/purgeList.php:r43664-66004 |
52 | 52 | Merged /branches/REL1_15/phase3/maintenance/purgeList.php:r51646 |
53 | 53 | Merged /branches/sqlite/maintenance/purgeList.php:r58211-58321 |
54 | 54 | Merged /trunk/phase3/maintenance/purgeList.php:r79828,79830,79848,79853,79950-79951,79954,79989,80006-80007,80013,80016,80080,80083,80124,80128,80238,81519,91175 |
Index: branches/REL1_17/phase3/RELEASE-NOTES |
— | — | @@ -46,6 +46,8 @@ |
47 | 47 | work at all since 1.17 beta 1. |
48 | 48 | * (bug 29531) Fixed img_auth.php for thumbnails and other filenames with |
49 | 49 | multiple dots, was broken by the fix for bug 28840. |
| 50 | +* In the maintenance script purgeList.php, fixed a fatal error when a page |
| 51 | + title is given, instead of a URL. |
50 | 52 | |
51 | 53 | === Changes since 1.17.0rc1 === |
52 | 54 | |