Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit d676fa40 authored by Thomas Citharel's avatar Thomas Citharel
Browse files

fixup! Allow to get contact photo as base64 as well



Signed-off-by: default avatarThomas Citharel <tcit@tcit.fr>
parent cf879435
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -255,6 +255,6 @@ class ContactController extends Controller {
			return $raw;
		}

		return $raw;
		return null;
	}
}