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 +?>