summaryrefslogtreecommitdiff
path: root/classes/feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-11 22:04:39 +0300
committerAndrew Dolgov <[email protected]>2021-02-11 22:04:39 +0300
commit4182018cb78c1b5f11058e61fef141db4f510003 (patch)
tree71a231f38cc8c2897c443eb7646a52a7d378eed4 /classes/feeds.php
parent1a680d4eae7a5a6adb856f4db8adaa04ea4d64e3 (diff)
generated feed: use client dialog
Diffstat (limited to 'classes/feeds.php')
-rwxr-xr-xclasses/feeds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index bcfcbf894..e8c3bcf2c 100755
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -37,7 +37,7 @@ class Feeds extends Handler_Protected {
$reply .= "<a href=\"#\"
title=\"".__("Show as feed")."\"
- onclick=\"App.displayDlg('".__("Show as feed")."','generatedFeed', '$feed_id:$is_cat:$rss_link')\">
+ onclick='CommonDialogs.generatedFeed(\"$feed_id\", \"$is_cat\", \"$rss_link\")'>
<i class='icon-syndicate material-icons'>rss_feed</i></a>";
$reply .= "<span id='feed_title'>";