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