From 578e074c009aa9c4c0dc229b1fa3772ac58ca827 Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Thu, 2 Aug 2012 19:52:51 +0200 Subject: White space. --- apps/contacts/ajax/uploadphoto.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'apps/contacts/ajax/uploadphoto.php') diff --git a/apps/contacts/ajax/uploadphoto.php b/apps/contacts/ajax/uploadphoto.php index 4cd38db8c72..7ec82603b4a 100644 --- a/apps/contacts/ajax/uploadphoto.php +++ b/apps/contacts/ajax/uploadphoto.php @@ -50,9 +50,9 @@ if ($fn) { if(OC_Cache::set($tmpkey, $image->data(), 600)) { OCP\JSON::success(array( 'data' => array( - 'mime'=>$_SERVER['CONTENT_TYPE'], - 'name'=>$fn, - 'id'=>$id, + 'mime'=>$_SERVER['CONTENT_TYPE'], + 'name'=>$fn, + 'id'=>$id, 'tmp'=>$tmpkey))); exit(); } else { @@ -100,8 +100,8 @@ if(file_exists($file['tmp_name'])) { 'data' => array( 'mime'=>$file['type'], 'size'=>$file['size'], - 'name'=>$file['name'], - 'id'=>$_POST['id'], + 'name'=>$file['name'], + 'id'=>$_POST['id'], 'tmp'=>$tmpkey, ))); exit(); -- cgit v1.2.3