History | Log In     View a printable version of the current page.  
We are currently focused especially on Moodle 2.0, Moodle 1.9.x bugs and Moodle 1.9.x testing.    Confused? Lost? Please read this introduction to the Tracker.
Issue Details (XML | Word | Printable)

Key: MDL-16188
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Eloy Lafuente (stronk7)
Reporter: Eloy Lafuente (stronk7)
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Moodle

Prevent PHP notices at install time because $CFG->release is undefined

Created: 25/Aug/08 12:18 AM   Updated: 26/Aug/08 04:00 PM
Component/s: Installation
Affects Version/s: 1.9.2, 1.8.6
Fix Version/s: 1.8.7, 1.9.3

Participants: Eloy Lafuente (stronk7) and Tim Hunt
Security Level: None
QA Assignee: Tim Hunt


 Description  « Hide
At install time, when environmental tests are executed, they use the $CFG->release value to change custom checks behaviour. That variable isn't defined at install time and causes PHP notices.

Prevent them.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Eloy Lafuente (stronk7) - 25/Aug/08 12:54 AM
Done in 18_STABLE, 19_STABLE and HEAD. Also removed hack used to fix this in installer (MDL-16008).

Ciao :-)

Tim Hunt - 26/Aug/08 04:00 PM
Looks (and tests) good to me.