mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-24 15:40:12 +01:00
Edited page in log
This commit is contained in:
parent
5acafdf1b9
commit
d2a1b9c5b3
@ -3467,6 +3467,8 @@ function mod_edit_page($id) {
|
||||
$body = "<div class='ban'>$write</div>";
|
||||
$html = Element('page.html', array('config' => $config, 'body' => $body, 'title' => utf8tohtml($page['title'])));
|
||||
file_write($fn, $html);
|
||||
|
||||
modLog("Edited page {$page['name']} <span class='unimportant'>(#{$page['id']})</span>");
|
||||
}
|
||||
|
||||
if (!isset($content)) {
|
||||
|
Loading…
Reference in New Issue
Block a user