From 473e36826fa77200c07211b4c3cb2bf24f372d3b Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Mon, 2 Jun 2008 09:41:45 +0000 Subject: [PATCH] MDL-15085 String points to correct module now --- lib/grade/grade_object.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.5