Skip to content

Commit

Permalink
Merge branch 'MDL-68968-39' of git://github.com/lameze/moodle into MO…
Browse files Browse the repository at this point in the history
…ODLE_39_STABLE
  • Loading branch information
vmdef committed Jul 29, 2020
2 parents 135dfe2 + 45aa8db commit f0be299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/adminlib.php
Expand Up @@ -1201,7 +1201,7 @@ class admin_externalpage implements part_of_admin_tree {
/** @var string The external URL that we should link to when someone requests this external page. */
public $url;

/** @var string The role capability/permission a user must have to access this external page. */
/** @var array The role capability/permission a user must have to access this external page. */
public $req_capability;

/** @var object The context in which capability/permission should be checked, default is site context. */
Expand Down Expand Up @@ -1425,7 +1425,7 @@ class admin_settingpage implements part_of_admin_tree {
/** @var admin_settingdependency[] list of settings to hide when certain conditions are met */
protected $dependencies = [];

/** @var string The role capability/permission a user must have to access this external page. */
/** @var array The role capability/permission a user must have to access this external page. */
public $req_capability;

/** @var object The context in which capability/permission should be checked, default is site context. */
Expand Down

0 comments on commit f0be299

Please sign in to comment.