aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Models/SoundcardsModel.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Models/SoundcardsModel.php')
-rw-r--r--h-source/Application/Models/SoundcardsModel.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/h-source/Application/Models/SoundcardsModel.php b/h-source/Application/Models/SoundcardsModel.php
index cda9c99..7137d79 100644
--- a/h-source/Application/Models/SoundcardsModel.php
+++ b/h-source/Application/Models/SoundcardsModel.php
@@ -42,9 +42,7 @@ class SoundcardsModel extends GenericModel
'interface' => gtext("interface"),
);
- $this->_popupFunctions = array(
- 'vendor' => 'betterVendor',
- );
+ $this->setPopupFunctions();
$this->createPopupWhere('vendor,sound_card_works,comm_year,interface');