diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-04-12 13:13:22 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-04-12 13:13:22 +0200 |
commit | 7c8b9397ae8fc83ce96d9905992f40e6fde4663a (patch) | |
tree | f1ac493549157ab951bd4642d7e291ae2d78de04 /mod/photos.php | |
parent | e64de798b578e2c6ed1856749fb8448dcc6ea080 (diff) | |
download | volse-hubzilla-7c8b9397ae8fc83ce96d9905992f40e6fde4663a.tar.gz volse-hubzilla-7c8b9397ae8fc83ce96d9905992f40e6fde4663a.tar.bz2 volse-hubzilla-7c8b9397ae8fc83ce96d9905992f40e6fde4663a.zip |
reverse file activity logic
Diffstat (limited to 'mod/photos.php')
-rw-r--r-- | mod/photos.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/photos.php b/mod/photos.php index 503a113dc..296aab67f 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -553,7 +553,7 @@ function photos_content(&$a) { '$nickname' => $a->data['channel']['channel_address'], '$newalbum_label' => t('Enter a new album name'), '$newalbum_placeholder' => t('or select an existing one (doubleclick)'), - '$visible' => array('visible', t('Create a status post for this upload'),0,''), + '$visible' => array('visible', t('Create a status post for this upload'), 0, '', array(t('No'), t('Yes'))), '$albums' => $albums['albums'], '$selname' => $selname, '$permissions' => t('Permissions'), |