From da6b4716cbe9082ae7819bd06468f96a7e1bae05 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 31 Jan 2017 17:25:16 -0700 Subject: [PATCH] Update device.php --- app/devices/resources/classes/device.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/devices/resources/classes/device.php b/app/devices/resources/classes/device.php index f6a3a0a8eb..c9dc3bca45 100644 --- a/app/devices/resources/classes/device.php +++ b/app/devices/resources/classes/device.php @@ -157,8 +157,9 @@ include "root.php"; if (preg_match('/^.*?panasonic.*$/i', $agent)) { return "panasonic"; } - // unknown vendor - return ""; + // unknown vendor + return ""; + } } public function get_template_dir() { @@ -218,4 +219,4 @@ include "root.php"; } } -?> \ No newline at end of file +?>