fix typo
This commit is contained in:
parent
0d062251b6
commit
27257de995
@ -601,6 +601,7 @@ function photos_album_exists($channel_id, $observer_hash, $album) {
|
|||||||
dbesc(hex2bin($album)),
|
dbesc(hex2bin($album)),
|
||||||
intval($channel_id)
|
intval($channel_id)
|
||||||
);
|
);
|
||||||
|
}
|
||||||
|
|
||||||
return (($r) ? $r[0] : false);
|
return (($r) ? $r[0] : false);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user