This commit is contained in:
zotlabs 2017-07-17 19:57:25 -07:00
parent 0d062251b6
commit 27257de995

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);
}