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:
371fa34
)
MDL-31011 course: Fixed typo in comment
author
Sam Hemelryk
<sam@moodle.com>
Mon, 16 Jan 2012 06:44:57 +0000
(14:44 +0800)
committer
Sam Hemelryk
<sam@moodle.com>
Mon, 16 Jan 2012 06:49:56 +0000
(14:49 +0800)
course/lib.php
patch
|
blob
|
blame
|
history
diff --git
a/course/lib.php
b/course/lib.php
index
88b5ee5
..
dfb2336
100644
(file)
--- a/
course/lib.php
+++ b/
course/lib.php
@@
-50,7
+50,7
@@
function make_log_url($module, $url) {
switch ($module) {
case 'course':
if (strpos($url, 'report/') === 0) {
- // there is only one report type, curse reports are deprecated
+ // there is only one report type, c
o
urse reports are deprecated
$url = "/$url";
break;
}