summaryrefslogtreecommitdiffstats
path: root/ajax/feeddialog.php
diff options
context:
space:
mode:
authorGregor Tätzner <gregor@freenet.de>2012-08-02 18:52:33 +0200
committerGregor Tätzner <gregor@freenet.de>2012-08-02 18:52:33 +0200
commitbdc51593245f6495bbd7e198c5dcda8072497e12 (patch)
treeb9fb41b454d647b49ff4af41294232c7152a4f8a /ajax/feeddialog.php
parent1cc2f0c7f0317fc5b1a0f19a147538f51927984e (diff)
Add feed to feed list instantly on feed adding
Reload is no longer necessary. There are still some issues - especially the order of the feeds: atm the feed is just inserted at the beginning
Diffstat (limited to 'ajax/feeddialog.php')
-rw-r--r--ajax/feeddialog.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ajax/feeddialog.php b/ajax/feeddialog.php
index b1e41a6ff..9130eddfe 100644
--- a/ajax/feeddialog.php
+++ b/ajax/feeddialog.php
@@ -2,6 +2,6 @@
include("populateroot.php");
-$output = new OCP\Template("news", "part.addfeed");
+$output = new OCP\Template("news", "part.feeddialog");
$output->assign('allfeeds', $allfeeds);
$output->printpage(); \ No newline at end of file