From 1437a121f759731db35ea8c35c7f2ebbb2a42f5d Mon Sep 17 00:00:00 2001 From: Michael Save Date: Sat, 14 Apr 2012 03:43:04 +1000 Subject: [PATCH] typo --- post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post.php b/post.php index 1f13d27a..7deb5c71 100644 --- a/post.php +++ b/post.php @@ -572,7 +572,7 @@ if (isset($_POST['delete'])) { if ($config['syslog']) _syslog(LOG_INFO, 'New post: /' . $board['dir'] . $config['dir']['res'] . - sprintf($config['file_page'], $post['op'] ? $id : $post['thread']) . (!$$post['op'] ? '#' . $id : '')); + sprintf($config['file_page'], $post['op'] ? $id : $post['thread']) . (!$post['op'] ? '#' . $id : '')); rebuildThemes('post'); header('Location: ' . $redirect, true, $config['redirect_http']);