Index: trunk/phase3/includes/filerepo/LocalFile.php |
— | — | @@ -1303,7 +1303,7 @@ |
1304 | 1304 | $urls = array(); |
1305 | 1305 | foreach ( $this->srcRels as $srcRel ) { |
1306 | 1306 | $urlRel = str_replace( '%2F', '/', rawurlencode( $srcRel ) ); |
1307 | | - $urls[] = $this->repo->getZoneUrl( 'public' ) . '/' . $urlRel; |
| 1307 | + $urls[] = $this->file->repo->getZoneUrl( 'public' ) . '/' . $urlRel; |
1308 | 1308 | } |
1309 | 1309 | SquidUpdate::purge( $urls ); |
1310 | 1310 | } |