diff options
Diffstat (limited to 'actions/upload.php')
-rw-r--r-- | actions/upload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/upload.php b/actions/upload.php index da8af6e69..717c3274f 100644 --- a/actions/upload.php +++ b/actions/upload.php @@ -174,7 +174,7 @@ }
//get and store the exif data
- td_get_exif($file);
+ td_get_exif($file);
array_push($uploaded_images, $file->guid);
if($river_view == "all") {
|