Skip to content

Commit

Permalink
MDL-54805 portfolio_download: Adding a 'require' of necessary library…
Browse files Browse the repository at this point in the history
… file
  • Loading branch information
Mike Churchward authored and junpataleta committed Jun 4, 2016
1 parent 4ee8ef5 commit b96c9a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions portfolio/download/lib.php
Original file line number Diff line number Diff line change
@@ -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 {

Expand Down

0 comments on commit b96c9a1

Please sign in to comment.