diff --git a/classes/article.php b/classes/article.php index 46e9bb79..4126843a 100644 --- a/classes/article.php +++ b/classes/article.php @@ -202,9 +202,9 @@ class Article extends Handler_Protected { $tags_str = join(", ", $tags); - print ""; - print ""; - print ""; + print_hidden("id", "$param"); + print_hidden("op", "article"); + print_hidden("method", "setArticleTags"); print "
";
diff --git a/classes/feeds.php b/classes/feeds.php
index 1375f0c3..a4110938 100755
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -1027,8 +1027,8 @@ class Feeds extends Handler_Protected {
}
function quickAddFeed() {
- print "";
- print "";
+ print_hidden("op", "rpc");
+ print_hidden("method", "addfeed");
print "";
@@ -1111,8 +1111,8 @@ class Feeds extends Handler_Protected {
$browser_search = $this->dbh->escape_string($_REQUEST["search"]);
- print "";
- print "";
+ print_hidden("op", "rpc");
+ print_hidden("method", "updateFeedBrowser");
print "
diff --git a/classes/pref/feeds.php b/classes/pref/feeds.php
index bac859d7..8c37b430 100755
--- a/classes/pref/feeds.php
+++ b/classes/pref/feeds.php
@@ -548,9 +548,9 @@ class Pref_Feeds extends Handler_Protected {
$title = htmlspecialchars($this->dbh->fetch_result($result,
0, "title"));
- print "";
- print "";
- print "";
+ print_hidden("id", "$feed_id");
+ print_hidden("op", "pref-feeds");
+ print_hidden("method", "editSave");
print " ".__("Feed")." ";
print "";
@@ -816,9 +816,9 @@ class Pref_Feeds extends Handler_Protected {
print " "; - print ""; - print ""; - print ""; + print_hidden("ids", "$feed_ids"); + print_hidden("op", "pref-feeds"); + print_hidden("method", "batchEditSave"); print " ".__("Feed")." ";
print "";
@@ -1812,8 +1812,8 @@ class Pref_Feeds extends Handler_Protected {
}
function batchSubscribe() {
- print "";
- print "";
+ print_hidden("op", "pref-feeds");
+ print_hidden("method", "batchaddfeeds");
print "
"; @@ -305,8 +305,8 @@ class Pref_Prefs extends Handler_Protected { print " |
"; @@ -351,8 +351,8 @@ class Pref_Prefs extends Handler_Protected { print ""; - print ""; - print ""; + print_hidden("op", "pref-prefs"); + print_hidden("method", "otpdisable"); print "
"; @@ -371,8 +371,8 @@ class Pref_Prefs extends Handler_Protected { print "