mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-51440 gradeimport_direct: fix config require statement
This commit is contained in:
parent
f495510548
commit
52296930dc
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
// You should have received a copy of the GNU General Public License
|
||||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
require_once(__DIR__ . "../../../../config.php");
|
||||
require_once(__DIR__ . "/../../../config.php");
|
||||
require_once($CFG->libdir.'/gradelib.php');
|
||||
require_once($CFG->dirroot.'/grade/lib.php');
|
||||
require_once($CFG->dirroot.'/grade/import/lib.php');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue