Fixed the ofice typo in the permission names to office
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user