aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-07-17 16:05:46 -0700
committerredmatrix <git@macgirvin.com>2016-07-17 16:05:46 -0700
commit279359c1bddb6e4473894e5dd5bd3c944a469814 (patch)
tree6288b51853c455771475c841ccefa0614b037ffc /Zotlabs
parentdc9fa7cf64ee41e0c9457737079aee16093a4b9c (diff)
parent2b674d4cd983d637ddc863f9b87b9d863542e250 (diff)
downloadvolse-hubzilla-279359c1bddb6e4473894e5dd5bd3c944a469814.tar.gz
volse-hubzilla-279359c1bddb6e4473894e5dd5bd3c944a469814.tar.bz2
volse-hubzilla-279359c1bddb6e4473894e5dd5bd3c944a469814.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Embedphotos.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Embedphotos.php b/Zotlabs/Module/Embedphotos.php
index 2cd420664..0dac873c5 100644
--- a/Zotlabs/Module/Embedphotos.php
+++ b/Zotlabs/Module/Embedphotos.php
@@ -159,7 +159,7 @@ function embedphotos_widget_album($args) {
'$upload' => array(t('Upload'), z_root() . '/photos/' . \App::$profile['channel_address'] . '/upload/' . bin2hex($album)),
'$order' => false,
'$upload_form' => $upload_form,
- '$usage' => $usage_message
+ '$no_fullscreen_btn' => true
));
return $o;