Index: trunk/extensions/FlaggedRevs/FlaggedRevision.php |
— | — | @@ -104,7 +104,7 @@ |
105 | 105 | * @param int $flags |
106 | 106 | * @returns mixed FlaggedRevision (null on failure) |
107 | 107 | */ |
108 | | - public static function newFromStable( $title, $flags = 0 ) { |
| 108 | + public static function newFromStable( Title $title, $flags = 0 ) { |
109 | 109 | $columns = self::selectFields(); |
110 | 110 | # If we want the text, then get the text flags too |
111 | 111 | if( $flags & FR_TEXT ) { |