From ffed6d83ad92305d7bcc716f6bf79bbff1438478 Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Wed, 2 Jul 2008 14:25:16 +0000 Subject: [PATCH] MDL-15505 Add debugging call if mnet authentication is not enabled. Merged from STABLE_19 --- blocks/mnet_hosts/block_mnet_hosts.php | 1 + 1 file changed, 1 insertion(+) 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 ''; } -- 2.39.5