From 9171afda89483e57232e214131317dab5736fd46 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Fri, 5 Apr 2002 15:11:29 +0000 Subject: [PATCH] Fix delete post image being replaced by text for normal users git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2490 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/viewtopic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index 0bda87a400..5c2e7e58a3 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -990,7 +990,7 @@ for($i = 0; $i < $total_posts; $i++) { $temp_url = append_sid("posting.$phpEx?mode=delete&" . POST_POST_URL . "=" . $postrow[$i]['post_id']); $delpost_img = '' . $lang['Delete_post'] . ''; - $delpost_img = '' . $lang['Delete_post'] . ''; + $delpost = '' . $lang['Delete_post'] . ''; } else {