Last modified: 2010-05-15 15:38:01 UTC
PHP 5 doesn't allow re-assigning $this in an object, which the new Group code seems to do. This breaks the wiki fatally on PHP 5.
Moved the checks back to the factory method Group::newFromName (were already present in Group::newFromId).