aboutsummaryrefslogtreecommitdiffstats
path: root/include/widgets.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-12-15 14:37:57 -0800
committerfriendica <info@friendica.com>2014-12-15 14:37:57 -0800
commit2e990743e757bea6712a3f3e9639a43c89b52901 (patch)
treecfc7da5c92a471de875bdd15dc491635fb987ee8 /include/widgets.php
parentf28103d595c0e02dfd30d44b3115915994e9ecc0 (diff)
parent3b343f8f6c7936aba93ed4a0b09a19086f18ae0d (diff)
downloadvolse-hubzilla-2e990743e757bea6712a3f3e9639a43c89b52901.tar.gz
volse-hubzilla-2e990743e757bea6712a3f3e9639a43c89b52901.tar.bz2
volse-hubzilla-2e990743e757bea6712a3f3e9639a43c89b52901.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'include/widgets.php')
-rw-r--r--include/widgets.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/widgets.php b/include/widgets.php
index cb199d2b8..bb9890add 100644
--- a/include/widgets.php
+++ b/include/widgets.php
@@ -500,15 +500,10 @@ function widget_settings_menu($arr) {
array(
'label' => t('Export channel'),
- 'url' => $a->get_baseurl(true) . '/uexport/basic',
+ 'url' => $a->get_baseurl(true) . '/uexport',
'selected' => ''
),
- array(
- 'label' => t('Export content'),
- 'url' => $a->get_baseurl(true) . '/uexport/complete',
- 'selected' => ''
- ),
);
if($role === false || $role === 'custom') {