1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-23 23:20:57 +01:00

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