Index: trunk/phase3/includes/filerepo/ArchivedFile.php |
— | — | @@ -7,10 +7,6 @@ |
8 | 8 | { |
9 | 9 | /** |
10 | 10 | * Returns a file object from the filearchive table |
11 | | - * In the future, all current and old image storage |
12 | | - * may use FileStore. There will be a "old" storage |
13 | | - * for current and previous file revisions as well as |
14 | | - * the "deleted" group for archived revisions |
15 | 11 | * @param $title, the corresponding image page title |
16 | 12 | * @param $id, the image id, a unique key |
17 | 13 | * @param $key, optional storage key |