Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -2790,8 +2790,8 @@ |
2791 | 2791 | * Get an object referring to a locally registered file. |
2792 | 2792 | * Returns a valid placeholder object if the file does not exist. |
2793 | 2793 | */ |
2794 | | -function wfLocalFile( $title ) { |
2795 | | - return RepoGroup::singleton()->getLocalRepo()->newFile( $title ); |
| 2794 | +function wfLocalFile( $title, $time = false ) { |
| 2795 | + return RepoGroup::singleton()->getLocalRepo()->newFile( $title, $time ); |
2796 | 2796 | } |
2797 | 2797 | |
2798 | 2798 | /** |