From 485739ccc024a4290c4c46620d182f811fb55c5a Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 22 Dec 2018 01:50:32 -0700 Subject: [PATCH] Update functions.php --- resources/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/functions.php b/resources/functions.php index 5a190ea256..8ccda85968 100644 --- a/resources/functions.php +++ b/resources/functions.php @@ -867,7 +867,7 @@ function format_string ($format, $data) { $user_agent = $_SERVER['HTTP_USER_AGENT']; $browser_name = 'Unknown'; $platform = 'Unknown'; - $version= ''; + $version = ''; $mobile = 'false'; //get the platform @@ -955,7 +955,7 @@ function format_string ($format, $data) { 'name' => $browser_name, 'version' => $version, 'platform' => $platform, - 'mobile' => $true, + 'mobile' => $mobile, 'pattern' => $pattern ); }