Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Not a bug
-
Affects Version/s: 2.0
-
Fix Version/s: None
-
Component/s: Installation
-
Labels:None
-
Environment:PHP: 5.2.5
-
Database:MySQL
-
Affected Branches:MOODLE_20_STABLE
Description
Parse error: syntax error, unexpected T_NEW in /home/vatsimin/public_html/vatusa.net/acddev/lib/weblib.php on line 5698
Lines out of the file
if (defined('UNITTEST')) { // Errors in unit test become exceptions, so you can unit test // code that might call error(). throw new Exception('error() call: '. $message.($link!=='' ? ' ['.$link.']' : '')); }
Looks to me like a $ is missing
Hi I can't reproduce this with HEAD, how can this be reproduced?