mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-01 19:06:16 +01:00
added delete
This commit is contained in:
@@ -1391,7 +1391,7 @@ class AdminController extends AdminBaseController
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
protected function taskDeleteBackup()
|
||||
protected function taskBackupDelete()
|
||||
{
|
||||
$param_sep = $this->grav['config']->get('system.param_sep', ':');
|
||||
if (!$this->authorizeTask('backup', ['admin.maintenance', 'admin.super'])) {
|
||||
|
||||
Reference in New Issue
Block a user