alecpl
2012-04-14 9870dac30de1b8d1bdeab57af3eeb7c89b21ef76
- Make some methods public (#1488428)


1 files modified
4 ■■■■ changed files
program/include/rcube_ui.php 4 ●●●● patch | view | raw | blame | history
program/include/rcube_ui.php
@@ -769,7 +769,7 @@
    /**
     * Create a hierarchical array of the mailbox list
     */
    private static function build_folder_tree(&$arrFolders, $folder, $delm = '/', $path = '')
    public static function build_folder_tree(&$arrFolders, $folder, $delm = '/', $path = '')
    {
        global $RCMAIL;
@@ -969,7 +969,7 @@
    /**
     * Return internal name for the given folder if it matches the configured special folders
     */
    private static function folder_classname($folder_id)
    public static function folder_classname($folder_id)
    {
        global $CONFIG;