Browse Source

fix "Undefined variable: pid"; thanks fpdl and MrFreeman

pull/40/head
czaks 8 years ago
parent
commit
644f227ab3
  1. 2
      post.php

2
post.php

@ -955,7 +955,7 @@ if (isset($_POST['delete'])) {
$build_pages = range(1, $config['max_pages']);
if ($post['op'])
clean($pid);
clean($id);
event('post-after', $post);

Loading…
Cancel
Save