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
(from parent 1:
fb5bbc1
)
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
kordan
<kordan@mclink.it>
Thu, 19 Jan 2012 17:35:38 +0000
(18:35 +0100)
course/lib.php
patch
|
blob
|
blame
|
history
diff --git
a/course/lib.php
b/course/lib.php
index
2f87a51
..
e5dc991
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;
}