Index: trunk/extensions/ApprovedRevs/ApprovedRevs.hooks.php |
— | — | @@ -509,7 +509,7 @@ |
510 | 510 | * Use the approved revision, if it exists, for templates and other |
511 | 511 | * transcluded pages. |
512 | 512 | */ |
513 | | - static function setTranscludedPageRev( $parser, &$title, &$skip, &$id ) { |
| 513 | + static function setTranscludedPageRev( $parser, $title, &$skip, &$id ) { |
514 | 514 | $revision_id = ApprovedRevs::getApprovedRevID( $title ); |
515 | 515 | if ( ! empty( $revision_id ) ) { |
516 | 516 | $id = $revision_id; |