Index: trunk/phase3/includes/filerepo/backend/FileBackendMultiWrite.php |
— | — | @@ -205,7 +205,7 @@ |
206 | 206 | */ |
207 | 207 | function getFileTimestamp( array $params ) { |
208 | 208 | // Skip non-master for consistent timestamps |
209 | | - $realParams = $this->substOpPaths( $params, $backend ); |
| 209 | + $realParams = $this->substOpPaths( $params, $this->backends[$this->masterIndex] ); |
210 | 210 | return $this->backends[$this->masterIndex]->getFileTimestamp( $realParams ); |
211 | 211 | } |
212 | 212 | |