Browse Source

add bulk account permission for # (#156)

chansizzle 4 years ago
parent
commit
6e7482e7c3
1 changed files with 3 additions and 1 deletions
  1. 3 1
      bulk_account_settings/app_config.php

+ 3 - 1
bulk_account_settings/app_config.php

@@ -30,5 +30,7 @@
 		$y++;		
 		$apps[$x]['permissions'][$y]['name'] = "bulk_account_settings_view";
 		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
-
+		$y++;		
+		$apps[$x]['permissions'][$y]['name'] = "bulk_account_settings_pound";
+		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
 ?>