This commit is contained in:
Thomas Willingham
2014-12-15 19:32:28 +00:00
parent 204a2c94cd
commit c6d0695edf
3 changed files with 38 additions and 19 deletions

View File

@@ -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') {