diff options
author | friendica <info@friendica.com> | 2014-09-15 21:31:32 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-15 21:31:32 -0700 |
commit | 5f9c326ad7b7ba4a4c84ff2582898414f76267ca (patch) | |
tree | 2baf4934e8dd8e084c30c3c2631ae1a8e3abdeba /include/widgets.php | |
parent | 171719a774f9dc1ea81d11f15b121222bd30a898 (diff) | |
download | volse-hubzilla-5f9c326ad7b7ba4a4c84ff2582898414f76267ca.tar.gz volse-hubzilla-5f9c326ad7b7ba4a4c84ff2582898414f76267ca.tar.bz2 volse-hubzilla-5f9c326ad7b7ba4a4c84ff2582898414f76267ca.zip |
channel export with items
Diffstat (limited to 'include/widgets.php')
-rw-r--r-- | include/widgets.php | 10 |
1 files changed, 5 insertions, 5 deletions
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)'), |