TYPO: Resource:URL view.php

TYPO: Resource:URL view.php

by Alan Hare -
Number of replies: 0

Moodle 2.4.4+ (Build: 20130606)

File: /mod/url/view.php

Line: 28

  • Reads:

require_once("$CFG->dirroot/mod/url/locallib.php");

  • Should be:

require_once($CFG->dirroot . '/mod/url/locallib.php');

Average of ratings: -