From: thepurpleblob Date: Wed, 2 Jul 2008 14:25:16 +0000 (+0000) Subject: MDL-15505 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ffed6d83ad92305d7bcc716f6bf79bbff1438478;p=moodle.git MDL-15505 Add debugging call if mnet authentication is not enabled. Merged from STABLE_19 --- diff --git a/blocks/mnet_hosts/block_mnet_hosts.php b/blocks/mnet_hosts/block_mnet_hosts.php index 8167d044f1..2978bd4acc 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 ''; }