vanilla / docs

User and developer documentation for Vanilla Forums.
http://docs.vanillaforums.com
3 stars 30 forks source link

Permission Documentation References Wrong Method #261

Open R-J opened 6 years ago

R-J commented 6 years ago

The permission documentation shows following code Gdn::Session()->Permission('Permission.Name'); but there is no method permission() in class Session

charrondev commented 6 years ago

The method that should be referenced there actually lives on Gdn_Controller, and is normally called from within the controller as $this->permission("Some.Permission").