Fixed the ofice typo in the permission names to office
This commit is contained in:
@@ -47,7 +47,7 @@ function showCard($module_name, $page_name, $width = 3)
|
||||
showCard('servers', 'server_overview', '6');
|
||||
}
|
||||
|
||||
if ($GLOBALS['modules_enabled']['office'] && $API->checkPermissions('ofice-stompjes', 'RO', true)) {
|
||||
if ($GLOBALS['modules_enabled']['office'] && $API->checkPermissions('office-stompjes', 'RO', true)) {
|
||||
showCard('office', 'stompjeslist');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user