diff options
-rw-r--r-- | inc/ChangeLog/ChangeLog.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/ChangeLog/ChangeLog.php b/inc/ChangeLog/ChangeLog.php index ce60835f6..2729fb0bb 100644 --- a/inc/ChangeLog/ChangeLog.php +++ b/inc/ChangeLog/ChangeLog.php @@ -40,9 +40,10 @@ abstract class ChangeLog /** * Returns path to current page/media * + * @param string|int $rev empty string or revision timestamp * @return string path to file */ - abstract protected function getFilename(); + abstract protected function getFilename($rev = ''); /** * Check whether given revision is the current page |