MDL-16369 Added error info in accesslib

This commit is contained in:
nicolasconnault
2008-09-06 13:19:26 +00:00
parent f689028c7e
commit 837e6a44f7
+1 -1
View File
@@ -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;