From fba844ea760259a3a317eb1454294bc6361e7b4a Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sun, 5 Jun 2011 16:58:09 +0000 Subject: Fixes #141 forcing the creation of album directory in user directories for group album --- actions/upload.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actions') diff --git a/actions/upload.php b/actions/upload.php index c0496da96..3bbd97e60 100644 --- a/actions/upload.php +++ b/actions/upload.php @@ -105,11 +105,11 @@ foreach($_FILES as $key => $sent_file) { continue; } - //this will save to users folder in /image/ and organize by photo album + //this will save to user's folder in /image/ and organize by photo album $file = new TidypicsImage(); $file->container_guid = $album_guid; $file->setMimeType($mime); - $file->simpletype="image"; + $file->simpletype = "image"; $file->access_id = $access_id; //$file->title = substr($name, 0, strrpos($name, '.')); -- cgit v1.2.3