mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-24 23:50:11 +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>";
|
$body = "<div class='ban'>$write</div>";
|
||||||
$html = Element('page.html', array('config' => $config, 'body' => $body, 'title' => utf8tohtml($page['title'])));
|
$html = Element('page.html', array('config' => $config, 'body' => $body, 'title' => utf8tohtml($page['title'])));
|
||||||
file_write($fn, $html);
|
file_write($fn, $html);
|
||||||
|
|
||||||
|
modLog("Edited page {$page['name']} <span class='unimportant'>(#{$page['id']})</span>");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isset($content)) {
|
if (!isset($content)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user