MDL-16369 Added error info in accesslib
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user