diff options
Diffstat (limited to 'h-source/Application/Controllers/ScannersController.php')
-rw-r--r-- | h-source/Application/Controllers/ScannersController.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/h-source/Application/Controllers/ScannersController.php b/h-source/Application/Controllers/ScannersController.php index c913cf7..1cbfd09 100644 --- a/h-source/Application/Controllers/ScannersController.php +++ b/h-source/Application/Controllers/ScannersController.php @@ -62,6 +62,9 @@ class ScannersController extends GenericController $data['intefaceOptions'] = Printer::$interface; $data['worksOptions'] = Printer::$compatibility; $data['worksField'] = 'compatibility'; + + $data['notFoundString'] = "No scanners found"; + $this->append($data); } |