diff --git a/plugin/ext_auth_chamilo_logout_button_behaviour/plugin.php b/plugin/ext_auth_chamilo_logout_button_behaviour/plugin.php index 6a8578b20f..810f6ba5f8 100755 --- a/plugin/ext_auth_chamilo_logout_button_behaviour/plugin.php +++ b/plugin/ext_auth_chamilo_logout_button_behaviour/plugin.php @@ -20,6 +20,9 @@ $plugin_info['comment'] = "If you use some other authentication than local Chami $plugin_info['version'] = '1.0'; //the plugin author $plugin_info['author'] = 'Hubert Borderiou'; + +return; + //the plugin configuration $form = new FormValidator('eaclbb_form'); $form->addElement("html", "
Fill the text boxes below to overwrite the default values used in this plugin
");