Skip to content

Commit

Permalink
Fix for issue #9. Includes explicitly tablelib library.
Browse files Browse the repository at this point in the history
  • Loading branch information
martignoni committed Dec 6, 2016
1 parent 90148d0 commit 2429e40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
require_once(dirname(dirname(dirname(dirname(__FILE__)))).'/config.php');
require_once($CFG->libdir.'/adminlib.php');
require_once($CFG->libdir.'/formslib.php');
require_once($CFG->libdir.'/tablelib.php');
require_once(dirname(__FILE__).'/version.php');

admin_externalpage_setup('tool_moodlebox');
Expand Down

0 comments on commit 2429e40

Please sign in to comment.