Issue Details (XML | Word | Printable)

Key: MDL-16096
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Joseph Morwick
Reporter: Joseph Morwick
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

missing library in accesslib function "role_unassign"

Created: 18/Aug/08 12:28 PM   Updated: 18/Aug/08 02:43 PM
Return to search
Component/s: Accessibility
Affects Version/s: 2.0
Fix Version/s: 2.0

File Attachments: 1. Text File accesslib-8-18-2008.patch (0.5 kB)

Issue Links:
Blockers
 
Dependency
 

Participants: Joseph Morwick and Mathieu Petit-Clair
Security Level: None
Resolved date: 18/Aug/08
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE


 Description  « Hide
a function from the group lib is used in "role_unassign" in /lib/accesslib.php, but the proper library is not loaded. The attached patch solves the issue.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 18/Aug/08 02:20 PM
MDL-16096: missing library require - Fix by Joseph Morwick.
MODIFY lib/accesslib.php   Rev. 1.511    (+2 -1 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 18/Aug/08 02:26 PM
MDL-16096: required library was included in the wrong function - this removes the old one.
MODIFY lib/accesslib.php   Rev. 1.512    (+1 -2 lines)