Fixed bug preventing images in root photo album from loading in embedphotos dialog.

This commit is contained in:
Andrew Manning 2016-08-13 14:20:41 -04:00
parent 2c8a82713e
commit e128ff4e8f

View File

@ -83,7 +83,7 @@ function embedphotos_widget_album($args) {
return '';
if($args['album'])
$album = $args['album'];
$album = (($args['album'] === '/') ? '' : $args['album'] );
if($args['title'])
$title = $args['title'];