From: Bryan Tong Minh Date: Sat, 26 Nov 2011 21:31:22 +0000 (+0000) Subject: Follow-up r92364: Update hooks documentation X-Git-Tag: 1.31.0-rc.0~26287 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dcompta/operations/modifier.php?a=commitdiff_plain;h=e7e9ad5f4346258dbc342f9bd0d48ca3a203ba6f;p=lhc%2Fweb%2Fwiklou.git Follow-up r92364: Update hooks documentation --- diff --git a/docs/hooks.txt b/docs/hooks.txt index 4e1cae8292..6c7c48ef0f 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -2072,6 +2072,7 @@ $user: User object 'UserGetRights': Called in User::getRights() $user: User to get rights for &$rights: Current rights +$namespace: Namespace to get permissions for; if null all namespaces 'UserIsBlockedFrom': Check if a user is blocked from a specific page (for specific block exemptions).