[EDIT] added dummy form

This commit is contained in:
asiekierka 2013-01-08 04:35:22 +01:00 committed by Michael Save
parent 684b7f8492
commit 64e06dfcf3
2 changed files with 60 additions and 1 deletions

View file

@ -995,7 +995,11 @@ function mod_edit_post($board, $post) {
if (!hasPermission($config['mod']['editpost'], $board))
error($config['error']['noaccess']);
error("Unimplemented!");
// error("Unimplemented!");
$args = array(
'test' => 1
);
mod_page(_('Edit post'), 'mod/edit_post_form.html', $args);
}
function mod_delete($board, $post) {