diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-06-01 18:54:30 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-06-01 18:54:30 +0200 |
commit | 35c135bce14d6c2260ff396b7087cd5ceed074b7 (patch) | |
tree | 2f3dba097cf4c58e1520e4b393374e0b18464440 /program/lib/Roundcube/rcube_imap.php | |
parent | 232bcde1c2222b24ff659882355b048b1f4295cd (diff) |
Change private method to protected
Diffstat (limited to 'program/lib/Roundcube/rcube_imap.php')
-rw-r--r-- | program/lib/Roundcube/rcube_imap.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/lib/Roundcube/rcube_imap.php b/program/lib/Roundcube/rcube_imap.php index 78073abd6..6dcf528e0 100644 --- a/program/lib/Roundcube/rcube_imap.php +++ b/program/lib/Roundcube/rcube_imap.php @@ -2990,7 +2990,7 @@ class rcube_imap extends rcube_storage * @param array $result Reference to folders list * @param string $type Listing type (ext-subscribed, subscribed or all) */ - private function list_folders_update(&$result, $type = null) + protected function list_folders_update(&$result, $type = null) { $namespace = $this->get_namespace(); $search = array(); |