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