aboutsummaryrefslogtreecommitdiffstats
path: root/include/widgets.php
diff options
context:
space:
mode:
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') {