Skip to content

Commit

Permalink
MDL-15890 removing public function - breaks PHP4, sorry!
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Jul 30, 2008
1 parent 247b827 commit 484b866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/adminlib.php
Expand Up @@ -3514,7 +3514,7 @@ function search($query) {
* Enrolment manage page
*/
class admin_enrolment_page extends admin_externalpage {
public function admin_enrolment_page() {
function admin_enrolment_page() {
global $CFG;
parent::admin_externalpage('enrolment', get_string('enrolments'), $CFG->wwwroot . '/'.$CFG->admin.'/enrol.php');
}
Expand Down

0 comments on commit 484b866

Please sign in to comment.