We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef5f44 commit c1ef027Copy full SHA for c1ef027
modules/tv/recorded.php
@@ -123,12 +123,14 @@
123
if ($_REQUEST['recgroup'] && $_REQUEST['title'] && $Groups[$_REQUEST['recgroup']] > 0) {
124
$warning = t('Showing all programs from the $1 group.', $_REQUEST['recgroup']);
125
unset($_REQUEST['title']);
126
+ unset($_SESSION['title']);
127
continue;
128
}
129
// Catch anything else
130
$_REQUEST['refresh'] = true;
131
$warning = t('Showing all programs.');
132
unset($_REQUEST['title'], $_REQUEST['recgroup']);
133
+ unset($_SESSION['title'], $_SESSION['recgroup']);
134
135
136
// Did the best we could to find some programs; let's move on.
0 commit comments