File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 33 "lowCaseName" : " twilio" ,
44 "description" : " Twilio for MODX Revolution 3.x" ,
55 "author" : " John Peca" ,
6- "version" : " 2.0.1 " ,
6+ "version" : " 2.0.2 " ,
77 "menus" : [
88 {
99 "text" : " twilio.users" ,
Original file line number Diff line number Diff line change 33
44class TwilioUsersManagerController extends TwilioBaseManagerController
55{
6- public $ permission = 'twilio_manage_auth ' ;
6+ public function checkPermissions ()
7+ {
8+ return $ this ->modx ->hasPermission ('twilio_manage_auth ' );
9+ }
710
811 public function getPageTitle ()
912 {
Original file line number Diff line number Diff line change @@ -6,11 +6,6 @@ abstract class TwilioBaseManagerController extends modManagerController
66{
77 public string $ version = '1.0.0 ' ;
88
9- public function checkPermissions ()
10- {
11- return $ this ->modx ->hasPermission ('twilio_manage_auth ' );
12- }
13-
149 public function initialize ()
1510 {
1611 $ corePath = $ this ->modx ->getOption (
You can’t perform that action at this time.
0 commit comments