alecpl
2011-05-06 0d277ef01bbd12c1535826d2ea9c1d443675e65b
- Plugin API: Add name and parent_name arguments to folder_form hook


1 files modified
3 ■■■■ changed files
program/steps/settings/edit_folder.inc 3 ●●●● patch | view | raw | blame | history
program/steps/settings/edit_folder.inc
@@ -228,7 +228,8 @@
    // Allow plugins to modify folder form content
    $plugin = $RCMAIL->plugins->exec_hook('folder_form',
        array('form' => $form, 'options' => $options));
        array('form' => $form, 'options' => $options,
            'name' => $mbox_imap, 'parent_name' => $parent_imap));
    $form = $plugin['form'];