v0.5.2 - Made the new menuplan, so you now can use CKeditor.

This commit is contained in:
2020-08-05 14:59:41 +02:00
parent 5fa22d748a
commit a04c38636b
3 changed files with 20 additions and 21 deletions
@@ -381,7 +381,7 @@ class UserController extends Controller
foreach ($roles as $role) {
if($user->hasRole($role)) {
array_push($users, $user);
break 1;
break 2;
}
}
}