summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/changelog.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/changelog.php b/inc/changelog.php
index d4130ac99..d5cd8308c 100644
--- a/inc/changelog.php
+++ b/inc/changelog.php
@@ -86,7 +86,7 @@ function addLogEntry($date, $id, $type=DOKU_CHANGE_TYPE_EDIT, $summary='', $extr
if ($user) $meta['contributor'][$user] = $INFO['userinfo']['name'];
}
$meta['last_change'] = $logline;
- p_set_metadata($id, $meta, true);
+ p_set_metadata($id, $meta);
}
// add changelog lines