1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 01:19:44 +01:00

Update cron_class.php

This commit is contained in:
Gábor 2018-07-25 10:32:03 +02:00 committed by GitHub
parent 1c31907c3e
commit 5d78dedf88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -233,7 +233,7 @@ class _system_cron
if(empty($file))
{
e107::getLog()->addError('Database Backup Failed:'.basename($file))->save('BACKUP');
e107::getLog()->addError(LAN_CRON_55.SEP.basename($file))->save('BACKUP');
return;
}
@ -242,7 +242,7 @@ class _system_cron
if(file_exists($zipFile))
{
e107::getLog()->addSuccess('Database Backup Complete: '.basename($zipFile))->save('BACKUP');
e107::getLog()->addSuccess(LAN_CRON_56.SEP.basename($zipFile))->save('BACKUP');
if(is_file($file))
{