1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 02:10:37 +02:00

#295 Backup plugin: fix notification

This commit is contained in:
DmitriyMX
2014-05-17 01:05:32 +04:00
parent daf306bcb3
commit 99a22cf36e

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.'); }
}