From fb3e8a21beaafeada6456640d67c48093a75e49b Mon Sep 17 00:00:00 2001
From: Tim Steiner <tsteiner2@unl.edu>
Date: Thu, 6 Dec 2007 22:42:15 +0000
Subject: [PATCH] Remember which comment tab the user is on between the viewing
 of different requests

---
 application/views/request/view.xhtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/application/views/request/view.xhtml b/application/views/request/view.xhtml
index 0769e0f1..cc2e3576 100644
--- a/application/views/request/view.xhtml
+++ b/application/views/request/view.xhtml
@@ -121,7 +121,7 @@
     <?php } else { ?>
 
     <?php
-    if (!in_array($this->selectedCommentTab, array('commentsTab', 'editorsCommentsTab', 'privateCommentsTab'))) {
+    if (!in_array($this->selectedCommentTab, array('commentsTab', 'editorCommentsTab', 'privateCommentsTab'))) {
         $this->selectedCommentTab = 'commentsTab';
     }
     ?>
-- 
GitLab