forked from leftypol/leftypol
[EDIT] added dummy form
This commit is contained in:
parent
684b7f8492
commit
64e06dfcf3
2 changed files with 60 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue