1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-03 19:57:57 +02:00

Merge pull request #298 from DmitriyMX/dev-fix295

#295 Backup plugin: fix notification
This commit is contained in:
Sergey Romanenko
2014-05-17 08:29:48 +03:00

View File

@@ -41,6 +41,8 @@ class BackupAdmin extends Backend
Notification::set('error', __('Backup was not created', 'backup'));
}
Request::redirect(Option::get('siteurl').'/admin/index.php?id=backup');
} else { die('Request was denied because it contained an invalid security token. Please refresh the page and try again.'); }
}