MDL-15505
Add debugging call if mnet authentication is not enabled. Merged from STABLE_19
This commit is contained in:
@@ -28,6 +28,7 @@ class block_mnet_hosts extends block_list {
|
||||
|
||||
if (!is_enabled_auth('mnet')) {
|
||||
// no need to query anything remote related
|
||||
debugging( 'mnet authentication plugin is not enabled', DEBUG_ALL );
|
||||
return '';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user