Aleksander Machniak
2014-06-01 35c135bce14d6c2260ff396b7087cd5ceed074b7
Change private method to protected
1 files modified
2 ■■■ changed files
program/lib/Roundcube/rcube_imap.php 2 ●●● patch | view | raw | blame | history
program/lib/Roundcube/rcube_imap.php
@@ -2990,7 +2990,7 @@
     * @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();