added delete

This commit is contained in:
Andy Miller
2018-09-11 17:11:52 -06:00
parent d493194c4d
commit c517ec19a0
3 changed files with 6 additions and 3 deletions

View File

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