1
0
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:
Cameron
2015-04-08 10:35:59 -07:00
parent 605d4078ce
commit ef9bbf25f0
3 changed files with 12 additions and 3 deletions

View File

@@ -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))
{