Fixed the ofice typo in the permission names to office

This commit is contained in:
2026-06-13 23:25:27 +02:00
parent 98d5d1cb18
commit a7e3c54a89
5 changed files with 12 additions and 8 deletions

View File

@@ -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');
}