From 4852fa367557d3f7cadbcd347701d13953bad2c8 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Wed, 24 Jun 2015 06:36:56 +0000 Subject: [PATCH] smscontroller: Remove whitespaces --- controller/smscontroller.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/controller/smscontroller.php b/controller/smscontroller.php index 0dd8476..868ca1b 100644 --- a/controller/smscontroller.php +++ b/controller/smscontroller.php @@ -108,7 +108,7 @@ class SmsController extends Controller { $contacts = $this->contactCache->getContacts(); $iContacts = $this->contactCache->getInvertedContacts(); $contactName = ""; - + // Cache country because of loops $configuredCountry = $this->configMapper->getCountry(); @@ -158,7 +158,7 @@ class SmsController extends Controller { $contacts = $this->contactCache->getContacts(); $iContacts = $this->contactCache->getInvertedContacts(); $contactName = ""; - + // Cache country because of loops $configuredCountry = $this->configMapper->getCountry(); @@ -196,7 +196,7 @@ class SmsController extends Controller { $fmtPN2 = preg_replace("#\/#","", $fmtPN); $contacts[$fmtPN] = $contactsSrc[$fmtPN]; $contacts[$fmtPN2] = $contactsSrc[$fmtPN]; - + if (isset($photosSrc[$contacts[$fmtPN]])) { $photos[$contacts[$fmtPN]] = $photosSrc[$contacts[$fmtPN]]; }