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

@@ -237,7 +237,7 @@ class pageBuilder extends API
<?php
showPage('portal-management', 'dashboard');
if ($GLOBALS['modules_enabled']['office'] && $API->checkPermissions('ofice-stompjes', 'RO', true)) {
if ($GLOBALS['modules_enabled']['office'] && $API->checkPermissions('office-stompjes', 'RO', true)) {
showSpan('office');
showPage('office', 'stompjeslist');
}