mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/12557] Fix doc block errors found by Sami
PHPBB3-12557
This commit is contained in:
@@ -208,9 +208,11 @@ class auth
|
||||
|
||||
/**
|
||||
* Get forums with the specified permission setting
|
||||
* if the option is prefixed with !, then the result becomes negated
|
||||
*
|
||||
* @param bool $clean set to true if only values needs to be returned which are set/unset
|
||||
* @param string $opt The permission name to lookup. If it's prefixed with !, then the result becomes negated.
|
||||
* @param bool $clean set to true if only values needs to be returned which are set/unset
|
||||
*
|
||||
* @return array Contains the forum ids with the specified permision set to true.
|
||||
*/
|
||||
function acl_getf($opt, $clean = false)
|
||||
{
|
||||
|
Reference in New Issue
Block a user