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:
parent
1c31907c3e
commit
5d78dedf88
@ -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))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user