From: thepurpleblob Date: Mon, 2 Jun 2008 09:41:45 +0000 (+0000) Subject: MDL-15085 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=473e36826fa77200c07211b4c3cb2bf24f372d3b;p=moodle.git MDL-15085 String points to correct module now --- diff --git a/lib/grade/grade_object.php b/lib/grade/grade_object.php index 97a7114a91..3b6f202568 100644 --- a/lib/grade/grade_object.php +++ b/lib/grade/grade_object.php @@ -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 {