Moodle

public method modifier appeared in Moodle 1.9

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Critical Critical
  • Resolution: Fixed
  • Affects Version/s: 1.9.2
  • Fix Version/s: 1.9.3
  • Component/s: Administration
  • Labels:
    None
  • Affected Branches:
    MOODLE_19_STABLE
  • Fixed Branches:
    MOODLE_19_STABLE

Description

In lib/adminlib.php

this (at line 3517ish)...

/**

  • Enrolment manage page
    */
    class admin_enrolment_page extends admin_externalpage {
    public function admin_enrolment_page() { global $CFG; parent::admin_externalpage('enrolment', get_string('enrolments'), $CFG->wwwroot . '/'.$CFG->admin.'/enrol.php'); }

That will break on PHP4. We haven't gone to PHP5 for 1.9 have we?

Issue Links

Activity

Hide
Howard Miller added a comment -

Adding Petr, and noting where this turned up...

http://moodle.org/mod/forum/discuss.php?d=102377

Show
Howard Miller added a comment - Adding Petr, and noting where this turned up... http://moodle.org/mod/forum/discuss.php?d=102377
Hide
Petr Škoda (skodak) added a comment -

oops, fixing ASAP

Show
Petr Škoda (skodak) added a comment - oops, fixing ASAP
Hide
Petr Škoda (skodak) added a comment -

fixed, sorry

Show
Petr Škoda (skodak) added a comment - fixed, sorry
Hide
Petr Škoda (skodak) added a comment -

to Richard: patch is available from the "Version Control" tab above

Show
Petr Škoda (skodak) added a comment - to Richard: patch is available from the "Version Control" tab above
Hide
Eloy Lafuente (stronk7) added a comment -

I've moved the MOODLE_19_WEEKLY tag to Revision 1.153.2.51 for that file in order to be able to get it from normal cvs update -dPr MOODLE_19_WEEKLY commands.

Ciao

Show
Eloy Lafuente (stronk7) added a comment - I've moved the MOODLE_19_WEEKLY tag to Revision 1.153.2.51 for that file in order to be able to get it from normal cvs update -dPr MOODLE_19_WEEKLY commands. Ciao

People

Vote (1)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved: