summaryrefslogtreecommitdiffstats
path: root/templates/part.settings.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-04-09 22:51:22 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-04-09 22:52:28 +0200
commitbc725e2f23cc1272c8e66e3c4fa89f2d6ea4cbe6 (patch)
tree2c120be823a50b2d8e4d1e635a516edff6c55dd6 /templates/part.settings.php
parenta872a5b7e1228477c95ca31c2d7b57088dedcd52 (diff)
it works :)
Diffstat (limited to 'templates/part.settings.php')
-rw-r--r--templates/part.settings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/part.settings.php b/templates/part.settings.php
index acca88798..3ad5ad474 100644
--- a/templates/part.settings.php
+++ b/templates/part.settings.php
@@ -26,7 +26,7 @@
<a title="<?php p($l->t('Export')); ?>" class="button download-icon svg"
- href="<?php p(\OCP\Util::linkToRoute('news_export_opml')); ?>"
+ href="<?php p(\OCP\Util::linkToRoute('news.export.opml')); ?>"
target="_blank"
ng-show="feedBusinessLayer.getNumberOfFeeds() > 0">
<?php p($l->t('Export')); ?>
@@ -58,7 +58,7 @@
</button>
<a title="<?php p($l->t('Export')); ?>" class="button download-icon svg"
- href="<?php p(\OCP\Util::linkToRoute('news_export_articles')); ?>"
+ href="<?php p(\OCP\Util::linkToRoute('news.export.articles')); ?>"
target="_blank"
ng-show="feedBusinessLayer.getNumberOfFeeds() > 0">
<?php p($l->t('Export')); ?>