summaryrefslogtreecommitdiff
path: root/mobile/tt-rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/tt-rss.php')
-rw-r--r--mobile/tt-rss.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mobile/tt-rss.php b/mobile/tt-rss.php
index d75796a39..637e5d559 100644
--- a/mobile/tt-rss.php
+++ b/mobile/tt-rss.php
@@ -66,6 +66,8 @@
render_headlines($link);
} else if ($go == "view") {
render_article($link);
+ } else if ($go == "sform") {
+ render_search_form($link, $_GET["aid"], $_GET["ic"]);
} else {
print __("Internal error: Function not implemented");
}