1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-05 12:48:00 +02:00

BackupPlugin: fixes

This commit is contained in:
Awilum
2012-12-09 19:31:32 +02:00
parent c3556cf506
commit 2ecf705154
2 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@
// Delete backup
// -------------------------------------
if (Request::get('sub_id') == 'backup' && Request::get('delete_file')) {
if (Request::get('id') == 'backup' && Request::get('delete_file')) {
if (Security::check(Request::get('token'))) {