Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a5ece3
)
course MDL-24780 Fixed up typo is ajax editing
author
Sam Hemelryk
<sam@moodle.com>
Thu, 21 Oct 2010 02:04:19 +0000
(
02:04
+0000)
committer
Sam Hemelryk
<sam@moodle.com>
Thu, 21 Oct 2010 02:04:19 +0000
(
02:04
+0000)
course/rest.php
patch
|
blob
|
blame
|
history
diff --git
a/course/rest.php
b/course/rest.php
index
df8c613
..
065561e
100644
(file)
--- a/
course/rest.php
+++ b/
course/rest.php
@@
-41,7
+41,7
@@
$sequence = optional_param('sequence', '', PARAM_SEQUENCE);
$visible = optional_param('visible', 0, PARAM_INT);
$pageaction = optional_param('action', '', PARAM_ALPHA); // Used to simulate a DELETE command
-$PAGE->set_url('/course/rest.php', array('courseId'=>$course
I
d,'class'=>$class));
+$PAGE->set_url('/course/rest.php', array('courseId'=>$course
i
d,'class'=>$class));
// Authorise the user and verify some incoming data
if (!$course = $DB->get_record('course', array('id'=>$courseid))) {