Index: trunk/phase3/includes/filerepo/File.php |
— | — | @@ -975,7 +975,8 @@ |
976 | 976 | } |
977 | 977 | |
978 | 978 | /** |
979 | | - * Get the 14-character timestamp of the file upload, or false if |
| 979 | + * Get the 14-character timestamp of the file upload, or false if |
| 980 | + * it doesn't exist |
980 | 981 | */ |
981 | 982 | function getTimestamp() { |
982 | 983 | $path = $this->getPath(); |