aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Models/ThreegcardsModel.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Models/ThreegcardsModel.php')
-rw-r--r--h-source/Application/Models/ThreegcardsModel.php7
1 files changed, 2 insertions, 5 deletions
diff --git a/h-source/Application/Models/ThreegcardsModel.php b/h-source/Application/Models/ThreegcardsModel.php
index 4a89a97..88ae580 100644
--- a/h-source/Application/Models/ThreegcardsModel.php
+++ b/h-source/Application/Models/ThreegcardsModel.php
@@ -41,11 +41,8 @@ class ThreegcardsModel extends GenericModel
'wifi_works' => gtext("does it work?"),
'interface' => gtext("interface"),
);
-
- $this->_popupFunctions = array(
- 'vendor' => 'betterVendor',
- 'interface' => 'betterVendor',
- );
+
+ $this->setPopupFunctions();
$this->createPopupWhere('vendor,wifi_works,comm_year,interface');