From d4abc726e40751396dc6dccc134e6883fc411d86 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 30 Apr 2006 08:05:02 +0000 Subject: [PATCH] r785: Whitespace OCD --- editcomment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editcomment.php b/editcomment.php index 3ab4f44..2293e5d 100644 --- a/editcomment.php +++ b/editcomment.php @@ -61,7 +61,7 @@ if (empty($_REQUEST['do'])) if ($_POST['do'] == 'update') { $commentapi->set('comment', $bugsys->in['comment']); - $commentapi->set('hidden', $bugsys->in['hidden']); + $commentapi->set('hidden', $bugsys->in['hidden']); if ($bugsys->in['commentid'] == $bug['initialreport'] AND $bugsys->in['hidden']) { -- 2.22.5