aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/widgets.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/widgets.php b/include/widgets.php
index b13be4922..71284f6ad 100644
--- a/include/widgets.php
+++ b/include/widgets.php
@@ -496,15 +496,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') {