channel export with items

This commit is contained in:
friendica
2014-09-15 21:31:32 -07:00
parent 171719a774
commit 5f9c326ad7
4 changed files with 47 additions and 7 deletions

View File

@@ -481,11 +481,11 @@ function widget_settings_menu($arr) {
'selected' => ''
),
// array(
// 'label' => t('Export account'),
// 'url' => $a->get_baseurl(true) . '/uexport/complete',
// 'selected' => ''
// ),
array(
'label' => t('Export content'),
'url' => $a->get_baseurl(true) . '/uexport/complete',
'selected' => ''
),
array(
'label' => t('Automatic Permissions (Advanced)'),