mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 19:44:09 +02:00
Correct admin navigation menu highlighting.
This commit is contained in:
@@ -244,7 +244,7 @@ class _system_cron
|
||||
|
||||
if(file_exists($zipFile))
|
||||
{
|
||||
e107::getLog()->addSuccess('Database Backup Complete:'.basename($zipFile))->save('BACKUP');
|
||||
e107::getLog()->addSuccess('Database Backup Complete: '.basename($zipFile))->save('BACKUP');
|
||||
|
||||
if(is_file($file))
|
||||
{
|
||||
|
Reference in New Issue
Block a user