diff --git a/inc/mod/pages.php b/inc/mod/pages.php
index c8a01dea..1049531a 100644
--- a/inc/mod/pages.php
+++ b/inc/mod/pages.php
@@ -3467,6 +3467,8 @@ function mod_edit_page($id) {
$body = "
$write
";
$html = Element('page.html', array('config' => $config, 'body' => $body, 'title' => utf8tohtml($page['title'])));
file_write($fn, $html);
+
+ modLog("Edited page {$page['name']} (#{$page['id']})");
}
if (!isset($content)) {