mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-33318 lib : code style fix
This commit is contained in:
parent
b9dade0c65
commit
a91b4aa661
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ function cron_run() {
|
||||||
|
|
||||||
//Run registration updated cron
|
//Run registration updated cron
|
||||||
mtrace(get_string('siteupdatesstart', 'hub'));
|
mtrace(get_string('siteupdatesstart', 'hub'));
|
||||||
require_once($CFG->dirroot . "/$CFG->admin/registration/lib.php");
|
require_once($CFG->dirroot . '/' . $CFG->admin . '/registration/lib.php');
|
||||||
$registrationmanager = new registration_manager();
|
$registrationmanager = new registration_manager();
|
||||||
$registrationmanager->cron();
|
$registrationmanager->cron();
|
||||||
mtrace(get_string('siteupdatesend', 'hub'));
|
mtrace(get_string('siteupdatesend', 'hub'));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue