summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-06-24 22:21:21 +0200
committerThomas Tanghus <thomas@tanghus.net>2012-06-24 22:25:32 +0200
commitf10c51193b0b661a187490f584cc41fbc7a67f01 (patch)
treeed3452c7c3a52a758e2ab549b95eb8a20e114008 /apps
parentdf1eca4fa2876da3507b51a5a47683284e887c7a (diff)
downloadnextcloud-server-f10c51193b0b661a187490f584cc41fbc7a67f01.tar.gz
nextcloud-server-f10c51193b0b661a187490f584cc41fbc7a67f01.zip
Fixed function name.
Diffstat (limited to 'apps')
-rw-r--r--apps/contacts/thumbnail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/thumbnail.php b/apps/contacts/thumbnail.php
index 8378507163e..a69e9c74f72 100644
--- a/apps/contacts/thumbnail.php
+++ b/apps/contacts/thumbnail.php
@@ -23,7 +23,7 @@
OCP\JSON::checkLoggedIn();
//OCP\User::checkLoggedIn();
OCP\App::checkAppEnabled('contacts');
-session_close_write();
+session_write_close();
function getStandardImage(){
//OCP\Response::setExpiresHeader('P10D');