mirror of
https://github.com/moodle/moodle.git
synced 2025-07-23 23:31:58 +02:00
Merge branch 'MDL-76167-master' of https://github.com/davewoloszyn/moodle
This commit is contained in:
@@ -317,10 +317,10 @@ function install_print_help_page($help) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Prints installation page header, we can no use weblib yet in installer.
|
* Prints installation page header, we can not use weblib yet in installer.
|
||||||
*
|
*
|
||||||
* @global object
|
* @global object
|
||||||
* @param array $config
|
* @param stdClass $config
|
||||||
* @param string $stagename
|
* @param string $stagename
|
||||||
* @param string $heading
|
* @param string $heading
|
||||||
* @param string $stagetext
|
* @param string $stagetext
|
||||||
@@ -377,10 +377,10 @@ function install_print_header($config, $stagename, $heading, $stagetext, $stagec
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Prints installation page header, we can no use weblib yet in isntaller.
|
* Prints installation page header, we can not use weblib yet in installer.
|
||||||
*
|
*
|
||||||
* @global object
|
* @global object
|
||||||
* @param array $config
|
* @param stdClass $config
|
||||||
* @param bool $reload print reload button instead of next
|
* @param bool $reload print reload button instead of next
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user