From 5f9c326ad7b7ba4a4c84ff2582898414f76267ca Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 15 Sep 2014 21:31:32 -0700 Subject: channel export with items --- include/widgets.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/widgets.php') diff --git a/include/widgets.php b/include/widgets.php index 1aa018fb6..f1c9ceada 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -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)'), -- cgit v1.2.3