Index: trunk/phase3/includes/filerepo/backend/FileBackend.php |
— | — | @@ -1144,7 +1144,7 @@ |
1145 | 1145 | // File listing spans multiple containers/shards |
1146 | 1146 | list( $b, $shortCont, $r ) = self::splitStoragePath( $params['dir'] ); |
1147 | 1147 | return new FileBackendShardListIterator( $this, |
1148 | | - $fullCont, $this->getContainerSuffixes( $shortCont ), $params ); |
| 1148 | + $fullCont, $dir, $this->getContainerSuffixes( $shortCont ), $params ); |
1149 | 1149 | } |
1150 | 1150 | } |
1151 | 1151 | |