summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
Diffstat (limited to 'mobile')
-rw-r--r--mobile/functions.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mobile/functions.php b/mobile/functions.php
index b1085b9c5..062ed22d9 100644
--- a/mobile/functions.php
+++ b/mobile/functions.php
@@ -454,6 +454,7 @@
print_select_hash("viewmode", $view_mode, $sel_values);
print "<input type=\"hidden\" name=\"id\" value=\"$feed\">
+ <input type=\"hidden\" name=\"cat\" value=\"$cat_view\">
<input type=\"hidden\" name=\"go\" value=\"vf\">
<input type=\"submit\" value=\"".__('Refresh')."\">";
print "</form>";
@@ -562,6 +563,7 @@
<option value=\"page\">Page</option>
<option value=\"feed\">Entire feed</option>
</select>
+ <input type=\"hidden\" name=\"cat\" value=\"$cat_view\">
<input type=\"submit\" value=\"Mark as read\">";
print "</form>";