Change private method to protected

pull/193/head^2
Aleksander Machniak 10 years ago
parent 232bcde1c2
commit 35c135bce1

@ -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();

Loading…
Cancel
Save