summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-07-23 05:26:24 +0100
committerAndrew Dolgov <[email protected]>2008-07-23 05:26:24 +0100
commit6d858dab746e226547dea63ac9967122c59d87b7 (patch)
tree586641d242651550e15d847adb3c7b43c8946601 /mobile
parentd234a2e39d18e685f3ed76ceca2f30f3bfa0eb18 (diff)
properly handle category browsing in mobile version dropbox ops (closes #213)
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>";