Index: trunk/phase3/includes/filerepo/backend/FileBackendMultiWrite.php |
— | — | @@ -392,7 +392,7 @@ |
393 | 393 | */ |
394 | 394 | public function clearCache( array $paths = null ) { |
395 | 395 | foreach ( $this->backends as $backend ) { |
396 | | - $realPaths = is_array( $paths ) ? $this->substPaths( $paths ) : null; |
| 396 | + $realPaths = is_array( $paths ) ? $this->substPaths( $paths, $backend ) : null; |
397 | 397 | $backend->clearCache( $realPaths ); |
398 | 398 | } |
399 | 399 | } |