Index: trunk/extensions/ConfirmAccount/frontend/specialpages/actions/UserCredentials_body.php |
— | — | @@ -208,7 +208,7 @@ |
209 | 209 | $path = $repo->getZonePath( 'public' ) . '/' . |
210 | 210 | UserAccountRequest::relPathFromKey( $key ); |
211 | 211 | |
212 | | - StreamFile::stream( $path ); |
| 212 | + $repo->streamFile( $path ); |
213 | 213 | } |
214 | 214 | |
215 | 215 | function getAccountData() { |
Index: trunk/extensions/ConfirmAccount/frontend/specialpages/actions/ConfirmAccount_body.php |
— | — | @@ -433,7 +433,7 @@ |
434 | 434 | $path = $repo->getZonePath( 'public' ) . '/' . |
435 | 435 | UserAccountRequest::relPathFromKey( $key ); |
436 | 436 | |
437 | | - StreamFile::stream( $path ); |
| 437 | + $repo->streamFile( $path ); |
438 | 438 | } |
439 | 439 | |
440 | 440 | protected function doAccountConfirmSubmit() { |