Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
42581c2b
Commit
42581c2b
authored
Dec 10, 2009
by
Dan Poltawski
Browse files
course/report/outline $CFG typo
parent
417a273d
Changes
1
Hide whitespace changes
Inline
Side-by-side
course/report/outline/index.php
View file @
42581c2b
...
...
@@ -11,7 +11,7 @@
print_error
(
'invalidcourseid'
);
}
$PAGE
->
set_url
(
new
moodle_url
(
$CF
g
->
wwwroot
.
'/course/report/outline/index.php'
,
array
(
'id'
=>
$id
)));
$PAGE
->
set_url
(
new
moodle_url
(
$CF
G
->
wwwroot
.
'/course/report/outline/index.php'
,
array
(
'id'
=>
$id
)));
require_login
(
$course
);
$context
=
get_context_instance
(
CONTEXT_COURSE
,
$course
->
id
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment