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.
Version: 1.5.x
Severity: blocker
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.
Version: 1.5.x
Severity: blocker
| Status | Subtype | Assigned | Task | |
|---|---|---|---|---|
| · · · | ||||
| Resolved | None | T2767 User and group rights management (tracking) | ||
| Resolved | None | T4046 PHP Fatal error: Cannot re-assign $this in includes/Group.php on line 55 (PHP5) | ||
| · · · |
Moved the checks back to the factory method Group::newFromName (were already present in Group::newFromId).