Fixed bug preventing images in root photo album from loading in embedphotos dialog.
This commit is contained in:
parent
2c8a82713e
commit
e128ff4e8f
@ -83,7 +83,7 @@ function embedphotos_widget_album($args) {
|
|||||||
return '';
|
return '';
|
||||||
|
|
||||||
if($args['album'])
|
if($args['album'])
|
||||||
$album = $args['album'];
|
$album = (($args['album'] === '/') ? '' : $args['album'] );
|
||||||
if($args['title'])
|
if($args['title'])
|
||||||
$title = $args['title'];
|
$title = $args['title'];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user