aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/BluetoothController.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-10-02 17:35:41 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-10-02 17:35:41 +0000
commitfef5c074223364eb32032a5787ea824fcbadc4fe (patch)
treefc4a3256743f54de5e1170df93ecdb74fdbfa9cf /h-source/Application/Controllers/BluetoothController.php
parent029021b689453cd745b6d44450adbe76684effca (diff)
added sd card readers
Diffstat (limited to 'h-source/Application/Controllers/BluetoothController.php')
-rw-r--r--h-source/Application/Controllers/BluetoothController.php2
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;