Skip to content

Commit

Permalink
MDL-34716 outcomes: Fix admin tree location
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Aug 3, 2012
1 parent 8e6cbb5 commit d638b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grade/edit/outcome/edit.php
Expand Up @@ -97,7 +97,7 @@


if (!$courseid) { if (!$courseid) {
require_once $CFG->libdir.'/adminlib.php'; require_once $CFG->libdir.'/adminlib.php';
admin_externalpage_setup('scales'); admin_externalpage_setup('outcomes');
} }


// default return url // default return url
Expand Down

0 comments on commit d638b5f

Please sign in to comment.