|
@@ -1,7 +1,7 @@
|
|
|
<?php
|
|
|
/* For licensing terms, see /license.txt */
|
|
|
/**
|
|
|
- * Config the plugin
|
|
|
+ * Plugin
|
|
|
* @author Enrique Alcaraz Lopez
|
|
|
* @package chamilo.plugin.redirection
|
|
|
*/
|
|
@@ -21,6 +21,4 @@ $form = new FormValidator('redirection_form');
|
|
|
$form->addElement('text', 'user_id', get_lang('user_id'));
|
|
|
$form->addElement('text', 'url', get_lang('url'));
|
|
|
$form->addButtonSave(get_lang('Save'), 'submit_button');
|
|
|
-
|
|
|
$plugin_info['settings_form'] = $form;
|
|
|
-
|