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