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

This commit is contained in:
czaks 2016-05-08 03:09:20 +02:00
parent a5e22f6d63
commit 644f227ab3

View File

@ -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);