Skip to content

Commit

Permalink
Merge branch 'm22_MDL-33318' of git://github.com/danmarsden/moodle in…
Browse files Browse the repository at this point in the history
…to MOODLE_22_STABLE
  • Loading branch information
Aparup Banerjee committed May 24, 2012
2 parents 3d1e457 + f67ac66 commit 4fb3cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cronlib.php
Expand Up @@ -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 . '/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'));
Expand Down

0 comments on commit 4fb3cc5

Please sign in to comment.