From 80f41991a5f8ad71054018da21af8a22d21fa04c Mon Sep 17 00:00:00 2001
From: Roland Haeder <roland@mxchange.org>
Date: Sat, 8 Apr 2017 19:50:29 +0200
Subject: [PATCH] curly braces were missing again ...

Signed-off-by: Roland Haeder <roland@mxchange.org>
---
 include/contact_widgets.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/contact_widgets.php b/include/contact_widgets.php
index 16ed334293..5dd3a8bb4b 100644
--- a/include/contact_widgets.php
+++ b/include/contact_widgets.php
@@ -206,8 +206,9 @@ function common_friends_visitor_widget($profile_uid) {
 
 	$a = get_app();
 
-	if (local_user() == $profile_uid)
+	if (local_user() == $profile_uid) {
 		return;
+	}
 
 	$cid = $zcid = 0;