summaryrefslogtreecommitdiff
path: root/mobile/article.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-12-17 20:35:49 +0300
committerAndrew Dolgov <[email protected]>2009-12-17 20:35:49 +0300
commit3e0923463f1cc0ec3943cd7e7d8f1e194a2c9015 (patch)
tree1db5fbeea24b6d60a88b3a9a2d6d909775d584ef /mobile/article.php
parentea520dd6acc5e535f8554b8bb4e72ee16de10fc8 (diff)
mobile: fix page to page navigation
Diffstat (limited to 'mobile/article.php')
-rw-r--r--mobile/article.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mobile/article.php b/mobile/article.php
index 28fef041f..2379e9395 100644
--- a/mobile/article.php
+++ b/mobile/article.php
@@ -22,7 +22,8 @@
$id = db_escape_string($_REQUEST["id"]);
$feed_id = db_escape_string($_REQUEST["feed"]);
+ $cat_id = db_escape_string($_REQUEST["cat"]);
- render_article($link, $id, $feed_id);
+ render_article($link, $id, $feed_id, $cat_id);
?>