From 6ef0736bd4d1eff9a7ff0a750a536dc5fa56f2ea Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Tue, 14 Aug 2018 09:43:40 +0200 Subject: [PATCH] Disable "ext_auth_chamilo_logout_button_behaviour" plugin Need to be update to new v2 --- plugin/ext_auth_chamilo_logout_button_behaviour/plugin.php | 3 +++ 1 file changed, 3 insertions(+) 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
");