mirror of
https://github.com/moodle/moodle.git
synced 2025-08-02 07:39:54 +02:00
MDL-54805 portfolio_download: Adding a 'require' of necessary library file
This commit is contained in:
parent
4ee8ef5d41
commit
b96c9a1abe
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
|
||||
require_once($CFG->libdir . '/portfoliolib.php');
|
||||
require_once($CFG->libdir . '/portfolio/plugin.php');
|
||||
|
||||
class portfolio_plugin_download extends portfolio_plugin_pull_base {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue