From 4a289d10d4762f5f4ed879664a66570e1510680b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 29 Mar 2018 03:02:52 +0200 Subject: [PATCH] Fix phpcs --- htdocs/dav/dav.class.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/htdocs/dav/dav.class.php b/htdocs/dav/dav.class.php index c0220d77a66..0122dbc3eaf 100644 --- a/htdocs/dav/dav.class.php +++ b/htdocs/dav/dav.class.php @@ -118,9 +118,8 @@ class CdavLib */ public function toVCalendar($calid, $obj) { - - $categ = []; - /*if($obj->soc_client) + /*$categ = array(); + if($obj->soc_client) { $nick[] = $obj->soc_code_client; $categ[] = $this->langs->transnoentitiesnoconv('Customer');