summaryrefslogtreecommitdiff
path: root/inc/init.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/init.php')
-rw-r--r--inc/init.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/init.php b/inc/init.php
index e721cdb6c..9c4baa988 100644
--- a/inc/init.php
+++ b/inc/init.php
@@ -208,6 +208,7 @@ function init_paths(){
if ($conf['changelog_old']=='') { unset($conf['changelog_old']); }
// hardcoded changelog because it is now a cache that lives in meta
$conf['changelog'] = $conf['metadir'].'/_dokuwiki.changes';
+ $conf['media_changelog'] = $conf['metadir'].'/_media.changes';
}
/**