Index: trunk/phase3/includes/Revision.php |
— | — | @@ -35,10 +35,8 @@ |
36 | 36 | * @param Title $title |
37 | 37 | * @param int $id |
38 | 38 | * @return Revision |
39 | | - * @access public |
40 | | - * @static |
41 | 39 | */ |
42 | | - public static function newFromTitle( &$title, $id = 0 ) { |
| 40 | + public static function newFromTitle( $title, $id = 0 ) { |
43 | 41 | if( $id ) { |
44 | 42 | $matchId = intval( $id ); |
45 | 43 | } else { |