summaryrefslogtreecommitdiffstats
path: root/apps/contacts/ajax/currentphoto.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/contacts/ajax/currentphoto.php')
-rw-r--r--apps/contacts/ajax/currentphoto.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/ajax/currentphoto.php b/apps/contacts/ajax/currentphoto.php
index d8afa060b1e..d0654b17d64 100644
--- a/apps/contacts/ajax/currentphoto.php
+++ b/apps/contacts/ajax/currentphoto.php
@@ -40,7 +40,7 @@ if (!isset($_GET['id'])) {
bailOut(OC_Contacts_App::$l10n->t('No contact ID was submitted.'));
}
-$tmpfname = tempnam("/tmp", "occOrig");
+$tmpfname = tempnam(get_temp_dir(), "occOrig");
$contact = OC_Contacts_App::getContactVCard($_GET['id']);
$image = new OC_Image();
if(!$image) {