Skip to content
Snippets Groups Projects
Commit fb3e8a21 authored by Tim Steiner's avatar Tim Steiner
Browse files

Remember which comment tab the user is on between the viewing of different requests

parent 118b77ef
No related branches found
Tags
No related merge requests found
......@@ -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';
}
?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment