MDL-15085

String points to correct module now
This commit is contained in:
thepurpleblob
2008-06-02 09:41:45 +00:00
parent b402e13409
commit 473e36826f
+1 -1
View File
@@ -132,7 +132,7 @@ abstract class grade_object {
if ($instances = grade_object::fetch_all_helper($table, $classname, $params)) {
if (count($instances) > 1) {
// we should not tolerate any errors here - problems might appear later
print_error('morethanonerecordinfetch');
print_error('morethanonerecordinfetch','debug');
}
return reset($instances);
} else {