diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-12-13 11:38:42 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-12-13 11:38:42 +0100 |
commit | b8fcfc76986637872459fd7dc95bdecb088e83f3 (patch) | |
tree | 9914bd5b66a7c2f808c1f1957f4cffe21c1442ca /Zotlabs/Module/Embedphotos.php | |
parent | 7a7bfd9de75abf6e8f601102b6d5f80396a8b3a4 (diff) | |
parent | 494ce9b87230c1745ec9da8cf60fa448cac4f187 (diff) | |
download | volse-hubzilla-b8fcfc76986637872459fd7dc95bdecb088e83f3.tar.gz volse-hubzilla-b8fcfc76986637872459fd7dc95bdecb088e83f3.tar.bz2 volse-hubzilla-b8fcfc76986637872459fd7dc95bdecb088e83f3.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'Zotlabs/Module/Embedphotos.php')
-rw-r--r-- | Zotlabs/Module/Embedphotos.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Embedphotos.php b/Zotlabs/Module/Embedphotos.php index c92af27d6..15cc68d7f 100644 --- a/Zotlabs/Module/Embedphotos.php +++ b/Zotlabs/Module/Embedphotos.php @@ -83,7 +83,7 @@ class Embedphotos extends \Zotlabs\Web\Controller { return ''; if($args['album']) - $album = $args['album']; + $album = (($args['album'] === '/') ? '' : $args['album']); if($args['title']) $title = $args['title']; |