Issue Details (XML | Word | Printable)

Key: MDL-10144
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Dan Poltawski
Reporter: Valery Fremaux
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

Weak include in

Created: 16/Jun/07 11:27 PM   Updated: 19/Jun/07 03:39 AM
Component/s: Installation
Affects Version/s: 1.8.1
Fix Version/s: 1.8.2

Environment: WinXP / Apache 2.0.x / php 4.3.0

Database: MySQL
Participants: Dan Poltawski and Valery Fremaux
Security Level: None
Resolved date: 19/Jun/07
Affected Branches: MOODLE_18_STABLE
Fixed Branches: MOODLE_18_STABLE


 Description  « Hide
Weak require_once in auth/cas/auth.php breaks upgrade from 1.8 to 1.8.1+ (include error)

easily fixes at §20 completing absolute reference :

require_once($CFG->dirroot.'/auth/cas/CAS/CAS.php');


 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Dan Poltawski added a comment - 19/Jun/07 03:37 AM

Dan Poltawski added a comment - 19/Jun/07 03:39 AM
thanks for the report, i've fixed this in CVS