diff options
Diffstat (limited to 'include/photos.php')
-rw-r--r-- | include/photos.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/photos.php b/include/photos.php index eae9689a9..9b2515658 100644 --- a/include/photos.php +++ b/include/photos.php @@ -582,6 +582,7 @@ function photos_list_photos($channel, $observer, $album = '') { * @return boolean */ + function photos_album_exists($channel_id, $observer_hash, $album) { $sql_extra = permissions_sql($channel_id,$observer_hash); |