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.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/h-source/Application/Controllers/WebcamsController.php b/h-source/Application/Controllers/WebcamsController.php
index e68e318..6d51d3d 100644
--- a/h-source/Application/Controllers/WebcamsController.php
+++ b/h-source/Application/Controllers/WebcamsController.php
@@ -62,6 +62,9 @@ class WebcamsController extends GenericController
$data['intefaceOptions'] = Webcams::$interface;
$data['worksOptions'] = Webcams::$select;
$data['worksField'] = 'webcam_works';
+
+ $data['notFoundString'] = "No webcams found";
+
$this->append($data);
}