From: Andrew Dolgov Date: Mon, 11 Dec 2017 15:43:53 +0000 (+0300) Subject: subscribe dialog: add primary action X-Git-Tag: 18.8~114 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=ef1feb36106aad29c5c6281211a95600cd8c5de4;p=tt-rss.git subscribe dialog: add primary action --- diff --git a/classes/feeds.php b/classes/feeds.php index e446e3d4..58661994 100755 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -1000,6 +1000,8 @@ class Feeds extends Handler_Protected { } function quickAddFeed() { + print "
"; + print_hidden("op", "rpc"); print_hidden("method", "addfeed"); @@ -1064,10 +1066,8 @@ class Feeds extends Handler_Protected {