This commit is contained in:
friendica
2014-12-15 14:37:57 -08:00
12 changed files with 1261 additions and 1213 deletions

View File

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