CMXX - Bugfixes

This commit is contained in:
“VeLiTi”
2024-10-03 16:01:14 +02:00
parent c42de76fb8
commit 7737be560c
3 changed files with 12 additions and 14 deletions

View File

@@ -608,7 +608,7 @@ function getProfile($profile, $permission){
else {
switch ($permission) {
case '4': //Admin++
$profile = admin_profile;
$profile = adminplus_profile;
break;
case '3': //Admin
$profile = admin_profile;