summaryrefslogtreecommitdiff
path: root/modules/pref-feeds.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pref-feeds.php')
-rw-r--r--modules/pref-feeds.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php
index ffdbcf25b..61fc2167c 100644
--- a/modules/pref-feeds.php
+++ b/modules/pref-feeds.php
@@ -425,9 +425,9 @@
if (!WEB_DEMO_MODE) {
- $feed_url = db_escape_string(trim($_GET["feed_url"]));
- $cat_id = db_escape_string($_GET["cat_id"]);
- $p_from = db_escape_string($_GET["from"]);
+ $feed_url = db_escape_string(trim($_POST["feed_url"]));
+ $cat_id = db_escape_string($_POST["cat_id"]);
+ $p_from = db_escape_string($_POST["from"]);
if ($p_from != 'tt-rss') {
print "<html>