Issue #244 CarrierSMS

Added carriersms to executeInstall array
pull/245/head
Glen 2016-01-03 20:12:43 -07:00
parent e236d2b632
commit 36720fcaa8
1 changed files with 1 additions and 0 deletions

View File

@ -210,6 +210,7 @@ class InstallController extends AbstractController {
'level' => PSM_USER_ADMIN,
'pushover_key' => '',
'pushover_device' => '',
'carriersms' => '',
);
$validator = $this->container->get('util.user.validator');