mirror of
https://github.com/moodle/moodle.git
synced 2025-04-16 05:54:19 +02:00
MDL-68866 accesslib: Fixing parameter documentation.
This commit is contained in:
parent
68fd8d8bdf
commit
9e8e75a05a
@ -2234,7 +2234,7 @@ function reset_role_capabilities($roleid) {
|
||||
* the database.
|
||||
*
|
||||
* @access private
|
||||
* @param string $component examples: 'moodle', 'mod/forum', 'block/quiz_results'
|
||||
* @param string $component examples: 'moodle', 'mod_forum', 'block_quiz_results'
|
||||
* @return boolean true if success, exception in case of any problems
|
||||
*/
|
||||
function update_capabilities($component = 'moodle') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user