admin/cron.php - fix typo
Nothing like being pedantic on a tuesday afternoon...
This commit is contained in:
+1
-1
@@ -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.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user