mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
use getAuthUID function instead of get_uid, use new permission basis/cis and switch to Auth_Controller where possible
This commit is contained in:
@@ -14,7 +14,7 @@ class Dashboard extends Auth_Controller
|
||||
{
|
||||
parent::__construct(
|
||||
array(
|
||||
'index' => 'user:r'
|
||||
'index' => 'dashboard/benutzer:r'
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user