summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2012-04-14 06:35:52 +0000
committeralecpl <alec@alec.pl>2012-04-14 06:35:52 +0000
commit9870dac30de1b8d1bdeab57af3eeb7c89b21ef76 (patch)
treef33f1b304952eddd53c2030bbc1df49f411c0de6
parent651da7934ed4c13e2cbc2e4a82caf2ebaba87373 (diff)
- Make some methods public (#1488428)
-rw-r--r--program/include/rcube_ui.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/program/include/rcube_ui.php b/program/include/rcube_ui.php
index 4e88d8d12..96d686a7b 100644
--- a/program/include/rcube_ui.php
+++ b/program/include/rcube_ui.php
@@ -769,7 +769,7 @@ class rcube_ui
/**
* 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 @@ class rcube_ui
/**
* 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;