diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/photos.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/photos.php b/include/photos.php index 82af4aaeb..be386f1c9 100644 --- a/include/photos.php +++ b/include/photos.php @@ -426,4 +426,4 @@ function photos_create_item($channel, $creator_hash, $photo, $visible = false) { $item_id = $result['item_id']; return $item_id; -}
\ No newline at end of file +} |