diff --git a/application/views/request/view.xhtml b/application/views/request/view.xhtml
index 0769e0f1c5a98a357bee6a6efa45061ed17334a9..cc2e3576a119bd14ccb956294ed0ea1387220d2a 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';
     }
     ?>