aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/WebcamsController.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Controllers/WebcamsController.php')
-rw-r--r--h-source/Application/Controllers/WebcamsController.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/h-source/Application/Controllers/WebcamsController.php b/h-source/Application/Controllers/WebcamsController.php
index 6d91eb2..562cc58 100644
--- a/h-source/Application/Controllers/WebcamsController.php
+++ b/h-source/Application/Controllers/WebcamsController.php
@@ -97,6 +97,10 @@ class WebcamsController extends GenericController
$this->setArgKeys($argKeys);
$data['title'] = 'Webcam';
+
+ $data['intefaceOptions'] = Webcams::$interface;
+ $data['worksOptions'] = Webcams::$select;
+ $data['worksField'] = 'webcam_works';
$this->append($data);
}