Index: trunk/phase3/includes/filerepo/ForeignDBFile.php |
— | — | @@ -39,11 +39,11 @@ |
40 | 40 | |
41 | 41 | function getDescriptionUrl() { |
42 | 42 | // Restore remote behaviour |
43 | | - return File::getDescriptionUrl(); |
| 43 | + return parent::getDescriptionUrl(); |
44 | 44 | } |
45 | 45 | |
46 | 46 | function getDescriptionText() { |
47 | 47 | // Restore remote behaviour |
48 | | - return File::getDescriptionText(); |
| 48 | + return parent::getDescriptionText(); |
49 | 49 | } |
50 | 50 | } |