diff options
Diffstat (limited to 'apps/contacts/thumbnail.php')
-rwxr-xr-x | apps/contacts/thumbnail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/thumbnail.php b/apps/contacts/thumbnail.php index ab5d160135e..239ec7f4d47 100755 --- a/apps/contacts/thumbnail.php +++ b/apps/contacts/thumbnail.php @@ -29,7 +29,7 @@ OC_Util::checkAppEnabled('contacts'); function getStandardImage(){ OC_Response::setExpiresHeader('P10D'); OC_Response::enableCaching(); - OC_Response::redirect(OC_Helper::imagePath('contacts', 'person.png')); + OC_Response::redirect(OCP\Util::imagePath('contacts', 'person.png')); } if(!function_exists('imagecreatefromjpeg')) { |