From 837e6a44f767e9114eef0eeb8d027c86e07fbfa1 Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Sat, 6 Sep 2008 13:19:26 +0000 Subject: [PATCH] MDL-16369 Added error info in accesslib --- lib/accesslib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/accesslib.php b/lib/accesslib.php index 9dded0f2b2..7047e4fadd 100755 --- a/lib/accesslib.php +++ b/lib/accesslib.php @@ -2019,7 +2019,7 @@ function create_context($contextlevel, $instanceid) { } } else { // cm does not exist - $error_message = "cm with id $instanceic does not exist"; + $error_message = "cm with id $instanceid does not exist"; $result = false; } break; -- 2.39.5