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 3, 2016
1 parent 30062d5 commit bbe5d6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions portfolio/download/lib.php
@@ -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 bbe5d6c

Please sign in to comment.