Index: trunk/phase3/includes/specials/SpecialExport.php |
— | — | @@ -326,7 +326,7 @@ |
327 | 327 | if( is_null( $title ) ) { |
328 | 328 | continue; #TODO: perhaps output an <error> tag or something. |
329 | 329 | } |
330 | | - if( !$title->userCan( 'read' ) ) { |
| 330 | + if( !$title->userCan( 'read', $this->getUser() ) ) { |
331 | 331 | continue; #TODO: perhaps output an <error> tag or something. |
332 | 332 | } |
333 | 333 | |