diff options
Diffstat (limited to 'h-source/Application/Controllers/BluetoothController.php')
-rw-r--r-- | h-source/Application/Controllers/BluetoothController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Controllers/BluetoothController.php b/h-source/Application/Controllers/BluetoothController.php index bff2723..5d701e9 100644 --- a/h-source/Application/Controllers/BluetoothController.php +++ b/h-source/Application/Controllers/BluetoothController.php @@ -28,7 +28,7 @@ class BluetoothController extends GenericController $this->_topMenuClasses['hardware'] = " class='currentitem'"; - $worksOptions = Bluetooth::$select;; + $worksOptions = Bluetooth::$select; $worksField = 'bluetooth_works'; $interfaceOptions = Bluetooth::$interface; |