Merge branch 'bug827'

This commit is contained in:
zotlabs 2017-07-17 20:00:07 -07:00
commit 42abc2201c

View File

@ -601,6 +601,7 @@ function photos_album_exists($channel_id, $observer_hash, $album) {
dbesc(hex2bin($album)),
intval($channel_id)
);
}
return (($r) ? $r[0] : false);
}