1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-17 11:28:41 +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']); $build_pages = range(1, $config['max_pages']);
if ($post['op']) if ($post['op'])
clean($pid); clean($id);
event('post-after', $post); event('post-after', $post);