mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-40723 fix docs typo
This commit is contained in:
parent
54d5308ef0
commit
c6f5e84f9d
1 changed files with 1 additions and 1 deletions
|
@ -558,7 +558,7 @@ function has_all_capabilities(array $capabilities, context $context, $user = nul
|
||||||
* @param integer|stdClass $user A user id or object. By default (null) checks the permissions of the current user.
|
* @param integer|stdClass $user A user id or object. By default (null) checks the permissions of the current user.
|
||||||
* @return boolean true if the user will have this capability.
|
* @return boolean true if the user will have this capability.
|
||||||
*
|
*
|
||||||
* @throws coding_exception if different type of course submitted
|
* @throws coding_exception if different type of context submitted
|
||||||
*/
|
*/
|
||||||
function guess_if_creator_will_have_course_capability($capability, context $context, $user = null) {
|
function guess_if_creator_will_have_course_capability($capability, context $context, $user = null) {
|
||||||
global $CFG;
|
global $CFG;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue