I fixed this in a rather simple way, in /admin/changeuser.php I just add a user to both group 2 and 3 if they are global mod. This will handle the fallback to mod status.

PHP Code

	if ($isgmod) {
		$newgroups[] = 2;
		$newgroups[] = 3;		
 

Line 3 was added.


[Linked Image from siemons.org]