mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
admin/cron.php - fix typo
Nothing like being pedantic on a tuesday afternoon...
This commit is contained in:
parent
eedff4f447
commit
04ddd06c1d
@ -228,7 +228,7 @@
|
||||
mtrace("Running backups if required...");
|
||||
|
||||
if (! schedule_backup_cron()) {
|
||||
mtrace("ERORR: Something went wrong while performing backup tasks!!!");
|
||||
mtrace("ERROR: Something went wrong while performing backup tasks!!!");
|
||||
} else {
|
||||
mtrace("Backup tasks finished.");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user