diff options
Diffstat (limited to 'h-source/Application/Controllers/ModemsController.php')
-rw-r--r-- | h-source/Application/Controllers/ModemsController.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/h-source/Application/Controllers/ModemsController.php b/h-source/Application/Controllers/ModemsController.php index 6917555..c306496 100644 --- a/h-source/Application/Controllers/ModemsController.php +++ b/h-source/Application/Controllers/ModemsController.php @@ -25,8 +25,6 @@ class ModemsController extends GenericController public function __construct($model, $controller, $queryString) { - - $this->_topMenuClasses['hardware'] = " class='currentitem'"; $worksOptions = Modems::$select; $worksField = 'compatibility'; |