Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.9.3
-
Fix Version/s: 1.9.4
-
Component/s: Administration
-
Labels:None
-
Environment:PHP 4.4.8-0 Debian
-
Database:MySQL
-
Affected Branches:MOODLE_19_STABLE
-
Fixed Branches:MOODLE_19_STABLE
Description
A parse error occurs when updating to 1.9 weekly 2007101533.01 (build 20090114). Parse error is due to line 2536 of lib/adminlib.php
class admin_setting_users_with_capability extends admin_setting_configmultiselect {
protected $capability; <----
Commenting out line "ptotected $capability;" the parse error disappear.
Issue Links
| This issue duplicates: | ||||
| MDL-15889 | Parse error on adminlib.php |
|
|
|
I forgot to mention the parse error appears only in PHP4.4.x, while in PHP 5.2.x the parse error does not occurs.