Details

    • Sub-task
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.2.1
    • 2.2.1
    • Block: Mrbs
    • None
    • Any
    • Hide

      Line 196 should be changed to:

      $cookie_path_override = $CFG->cookie_path_override = '';

      Show
      Line 196 should be changed to: $cookie_path_override = $CFG->cookie_path_override = '';
    • MOODLE_22_STABLE
    • MOODLE_22_STABLE

    Description

      In http://tracker.moodle.org/browse/CONTRIB-3340 there is still an error that comes up when sessioncookiepath is not '/'. You wrote in your fix on line 196:

      $cookie_path_override = $CFG->$cookie_path_override = '';

      But there's an $ in front of cookie_path_override! The correct line should be:

      $cookie_path_override = $CFG->cookie_path_override = '';

      Attachments

        Activity

          People

            davosmith Davo Smith
            grupp Andreas Grupp
            Davo Smith
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              9/Jan/12