Topic: Missing check in admin_groups.php

There's a check missing when you edit groups: if the group you're editing exists! tongue
It's just missing a

if (!$db->num_rows($result))
    message($lang_common['Bad request']);

Re: Missing check in admin_groups.php

Fixed, thanks.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: Missing check in admin_groups.php

Mmm, same thing when editing forums

Re: Missing check in admin_groups.php

Fixed, thanks smile

"Programming is like sex: one mistake and you have to support it for the rest of your life."