Skip to content

Commit

Permalink
Generators can use ddllib.php stuff (I missed this some days ago)
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Feb 5, 2007
1 parent e155519 commit 2786c8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/xmldb/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
/// getting "incomplete" objects
require_once('../../config.php');
require_once($CFG->libdir.'/adminlib.php');
require_once($CFG->libdir.'/ddllib.php'); // Install/upgrade related db functions
$adminroot = admin_get_root();
admin_externalpage_setup('xmldbeditor', $adminroot);

Expand Down

0 comments on commit 2786c8f

Please sign in to comment.