From d2a1b9c5b30cdbd1bdfaee65e0692b6ef66b1632 Mon Sep 17 00:00:00 2001 From: 8chan Date: Fri, 3 Apr 2015 03:04:03 -0700 Subject: [PATCH] Edited page in log --- inc/mod/pages.php | 2 ++ 1 file changed, 2 insertions(+) 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)) {