aboutsummaryrefslogtreecommitdiffstats
path: root/apps/contacts/thumbnail.php
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-01-19 19:47:09 +0100
committerThomas Tanghus <thomas@tanghus.net>2012-01-19 19:47:09 +0100
commitca03a26f150f957222aacc99bf5f60b0019b3625 (patch)
tree2f96ac2b2a0979f0939c61dbee1ce3d710fd0abd /apps/contacts/thumbnail.php
parent137c63037704f85ebcba4ce4725750fd68a23c22 (diff)
downloadnextcloud-server-ca03a26f150f957222aacc99bf5f60b0019b3625.tar.gz
nextcloud-server-ca03a26f150f957222aacc99bf5f60b0019b3625.zip
- Added fix for empty 'FN' field on import via CardDAV clients.
- Make sure that the contact in the list has a display name. - More tweaks on thumbnail caching.
Diffstat (limited to 'apps/contacts/thumbnail.php')
-rw-r--r--apps/contacts/thumbnail.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/contacts/thumbnail.php b/apps/contacts/thumbnail.php
index f2b57014785..36d395171a9 100644
--- a/apps/contacts/thumbnail.php
+++ b/apps/contacts/thumbnail.php
@@ -22,8 +22,8 @@
// Init owncloud
require_once('../../lib/base.php');
-//OC_JSON::checkLoggedIn();
-OC_Util::checkLoggedIn();
+OC_JSON::checkLoggedIn();
+//OC_Util::checkLoggedIn();
OC_Util::checkAppEnabled('contacts');
function getStandardImage(){