Drop unneeded method

This commit is contained in:
Flavio Copes
2015-12-10 13:04:49 +01:00
parent 4c109d002c
commit 86ea5893fa

View File

@@ -220,13 +220,6 @@ class AdminController
return true;
}
protected function taskRegister()
{
$data = $this->post;
$this->admin->setMessage('Registration Failed', 'error');
return true;
}
/**
* Handle logout.
*