MDL-22015 fixed recent regression

This commit is contained in:
Petr Skoda
2010-04-14 14:37:56 +00:00
parent 0aa759b01c
commit db975a46c0
+1 -1
View File
@@ -6095,7 +6095,7 @@ class core_string_manager implements string_manager {
// part of distribution
return true;
}
return file_exists("$this->otherroot/$lang/longconfig.php");
return file_exists("$this->otherroot/$lang/langconfig.php");
}
/**