diff --git a/blocks/mnet_hosts/block_mnet_hosts.php b/blocks/mnet_hosts/block_mnet_hosts.php index 8167d044f16..2978bd4accf 100644 --- a/blocks/mnet_hosts/block_mnet_hosts.php +++ b/blocks/mnet_hosts/block_mnet_hosts.php @@ -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 ''; }