forked from leftypol/leftypol
parent
b04a05494a
commit
635cd5a7d9
2 changed files with 1 additions and 60 deletions
|
@ -995,11 +995,7 @@ function mod_edit_post($board, $post) {
|
|||
if (!hasPermission($config['mod']['editpost'], $board))
|
||||
error($config['error']['noaccess']);
|
||||
|
||||
// error("Unimplemented!");
|
||||
$args = array(
|
||||
'test' => 1
|
||||
);
|
||||
mod_page(_('Edit post'), 'mod/edit_post_form.html', $args);
|
||||
error("Unimplemented!");
|
||||
}
|
||||
|
||||
function mod_delete($board, $post) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue