From 93b63cf3755d3f1295c976c308b81c6340883abb Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Wed, 2 May 2012 00:20:45 +0200 Subject: ported the rest of the OC_Helper calls --- apps/contacts/photo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/contacts/photo.php') diff --git a/apps/contacts/photo.php b/apps/contacts/photo.php index 12d7f370710..a545afc434b 100755 --- a/apps/contacts/photo.php +++ b/apps/contacts/photo.php @@ -16,7 +16,7 @@ OC_Util::checkAppEnabled('contacts'); function getStandardImage(){ OC_Response::setExpiresHeader('P10D'); OC_Response::enableCaching(); - OC_Response::redirect(OC_Helper::imagePath('contacts', 'person_large.png')); + OC_Response::redirect(OCP\Util::imagePath('contacts', 'person_large.png')); } $id = isset($_GET['id']) ? $_GET['id'] : null; -- cgit v1.2.3