diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-02 17:35:41 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-02 17:35:41 +0000 |
commit | fef5c074223364eb32032a5787ea824fcbadc4fe (patch) | |
tree | fc4a3256743f54de5e1170df93ecdb74fdbfa9cf /h-source/Application/Controllers/BluetoothController.php | |
parent | 029021b689453cd745b6d44450adbe76684effca (diff) |
added sd card readers
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; |