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:
0aa759b
)
MDL-22015 fixed recent regression
author
Petr Skoda
<skodak@moodle.org>
Wed, 14 Apr 2010 14:37:56 +0000
(14:37 +0000)
committer
Petr Skoda
<skodak@moodle.org>
Wed, 14 Apr 2010 14:37:56 +0000
(14:37 +0000)
lib/moodlelib.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/moodlelib.php
b/lib/moodlelib.php
index
bdb252e
..
b05e7a0
100644
(file)
--- a/
lib/moodlelib.php
+++ b/
lib/moodlelib.php
@@
-6095,7
+6095,7
@@
class core_string_manager implements string_manager {
// part of distribution
return true;
}
- return file_exists("$this->otherroot/$lang/l
o
ngconfig.php");
+ return file_exists("$this->otherroot/$lang/l
a
ngconfig.php");
}
/**