aboutsummaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-06-07 01:28:16 +0000
committerCash Costello <cash.costello@gmail.com>2009-06-07 01:28:16 +0000
commitb2ef95042c8335e75657b29f6dabbec4d0266426 (patch)
treee6c867698a4db59993d79b522651eaabfcd001fa /actions
parent23b24f6adb289b6a7c1fe475c4068f2f99130ce7 (diff)
downloadelgg-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')
-rw-r--r--actions/upload.php2
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") {