diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-06-07 01:28:16 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-06-07 01:28:16 +0000 |
commit | b2ef95042c8335e75657b29f6dabbec4d0266426 (patch) | |
tree | e6c867698a4db59993d79b522651eaabfcd001fa /actions/upload.php | |
parent | 23b24f6adb289b6a7c1fe475c4068f2f99130ce7 (diff) | |
download | elgg-b2ef95042c8335e75657b29f6dabbec4d0266426.tar.gz elgg-b2ef95042c8335e75657b29f6dabbec4d0266426.tar.bz2 |
improved exif code - catching pngs, gifs, etc
The display code should be moved to a view to keep it separate from the controller code
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") {
|