summaryrefslogtreecommitdiffstats
path: root/lib/Service/SocialApiService.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-08-05 08:52:08 +0200
committerJoas Schilling <coding@schilljs.com>2022-08-05 13:33:24 +0200
commit1f2e3c9a4fc4ec2618085f1d4a4d173013ecff26 (patch)
tree1e8831d5c03572c6bfbf782c23a09bac1b0506d4 /lib/Service/SocialApiService.php
parent5f274b5624307caf1f4508eb386298f934fac52e (diff)
Adjust coding style
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Service/SocialApiService.php')
-rw-r--r--lib/Service/SocialApiService.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Service/SocialApiService.php b/lib/Service/SocialApiService.php
index 9a27a93d..378b2fbd 100644
--- a/lib/Service/SocialApiService.php
+++ b/lib/Service/SocialApiService.php
@@ -113,7 +113,7 @@ class SocialApiService {
if ($version >= 4.0) {
// overwrite photo
- $contact['PHOTO'] = "data:" . $imageType . ";base64," . $photo;
+ $contact['PHOTO'] = 'data:' . $imageType . ';base64,' . $photo;
} elseif ($version >= 3.0) {
// add new photo
$imageType = str_replace('image/', '', $imageType);