From c95dd63c26c872669c416abdeb7a3e8976094655 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Wed, 18 Dec 2019 17:07:29 -0500 Subject: [PATCH] Remove trailing whitespace --- bureau/class/m_piwik.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bureau/class/m_piwik.php b/bureau/class/m_piwik.php index 6b841884..67ad88cf 100644 --- a/bureau/class/m_piwik.php +++ b/bureau/class/m_piwik.php @@ -161,13 +161,13 @@ class m_piwik { if ($api_data !== FALSE) { $api_data = $api_data[0]; // Data is in the first column foreach ($this->alternc_users AS $key=>$user) { - if (!array_key_exists($user, $api_data)) { - $api_data->$user = 'noaccess'; - } + if (!array_key_exists($user, $api_data)) { + $api_data->$user = 'noaccess'; + } } return $api_data; } - else return FALSE; + else return FALSE; }