]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15505
authorthepurpleblob <thepurpleblob>
Wed, 2 Jul 2008 14:25:16 +0000 (14:25 +0000)
committerthepurpleblob <thepurpleblob>
Wed, 2 Jul 2008 14:25:16 +0000 (14:25 +0000)
Add debugging call if mnet authentication is not enabled.

Merged from STABLE_19

blocks/mnet_hosts/block_mnet_hosts.php

index 8167d044f16e58dc9cf04aaab08736163b387ba7..2978bd4accfd8328714f87cb697838eea690a073 100644 (file)
@@ -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 '';
         }