diff options
Diffstat (limited to 'apps/contacts/ajax/oc_photo.php')
-rw-r--r-- | apps/contacts/ajax/oc_photo.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/contacts/ajax/oc_photo.php b/apps/contacts/ajax/oc_photo.php index 5c50ba92dbe..710179fffcc 100644 --- a/apps/contacts/ajax/oc_photo.php +++ b/apps/contacts/ajax/oc_photo.php @@ -58,5 +58,3 @@ if(OC_Cache::set($tmpkey, $image->data(), 600)) { } else { bailOut('Couldn\'t save temporary image: '.$tmpkey); } - -?> |