removed admin check from accounting controller

This commit is contained in:
SJ 2013-03-12 10:46:19 +01:00
parent 625087b082
commit 78d0ec2129

View File

@ -23,9 +23,6 @@ class ControllerAccountingAccounting extends Controller {
$this->data['sorttype'] = 0; $this->data['sorttype'] = 0;
$this->data['order'] = 0; $this->data['order'] = 0;
if(Registry::get('admin_user') == 0) {
die("go away");
}
$this->data['search'] = ''; $this->data['search'] = '';