diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-03 16:38:33 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-03 16:38:33 +0000 |
| commit | e218b648ed7a8d90cd8155055a8f74ca356578d4 (patch) | |
| tree | 1cf406fa04a33d82259b4c855d3deca5cbe7b43b /roundcubemail/program | |
| parent | 404379693ba0dc6e07472e6884b8bd14e4eb32a1 (diff) | |
Rename latest hook because 'list_mailboxes' already exists...
git-svn-id: https://svn.roundcube.net/trunk@2706 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/include/main.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/main.inc b/roundcubemail/program/include/main.inc index b2bb1b256..5ff5f499b 100644 --- a/roundcubemail/program/include/main.inc +++ b/roundcubemail/program/include/main.inc @@ -1083,7 +1083,7 @@ function rcmail_mailbox_list($attrib) } // allow plugins to alter the folder tree or to localize folder names - $hook = $RCMAIL->plugins->exec_hook('list_mailboxes', array('list' => $a_mailboxes, 'delimiter' => $delimiter)); + $hook = $RCMAIL->plugins->exec_hook('render_mailboxlist', array('list' => $a_mailboxes, 'delimiter' => $delimiter)); if ($type=='select') { $select = new html_select($attrib); |
