| Index: trunk/phase3/includes/SquidPurgeClient.php |
| — | — | @@ -147,7 +147,7 @@ |
| 148 | 148 | * @param $url string |
| 149 | 149 | */ |
| 150 | 150 | public function queuePurge( $url ) { |
| 151 | | - $url = str_replace( "\n", '', $url ); |
| | 151 | + $url = SquidUpdate::expand( str_replace( "\n", '', $url ) ); |
| 152 | 152 | $this->requests[] = "PURGE $url HTTP/1.0\r\n" . |
| 153 | 153 | "Connection: Keep-Alive\r\n" . |
| 154 | 154 | "Proxy-Connection: Keep-Alive\r\n" . |