aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Embedphotos.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-12-14 13:32:58 -0800
committerzotlabs <mike@macgirvin.com>2017-12-14 13:32:58 -0800
commit684b572aa8005479f3eb219fc526c812c801ca76 (patch)
treef8ee52081242cb28f681c2ca934f65fcf1a42387 /Zotlabs/Module/Embedphotos.php
parent215d615fc3bb9e168e21a78a6319a7971c4d1e9e (diff)
parenta61c72b3b2076a5971eca47cda8aa067c03f9d6c (diff)
downloadvolse-hubzilla-684b572aa8005479f3eb219fc526c812c801ca76.tar.gz
volse-hubzilla-684b572aa8005479f3eb219fc526c812c801ca76.tar.bz2
volse-hubzilla-684b572aa8005479f3eb219fc526c812c801ca76.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'Zotlabs/Module/Embedphotos.php')
-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 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'];