- Fix typo

pull/1/head
alecpl 13 years ago
parent 2eeb128d06
commit 4f1c0a5d89

@ -3168,7 +3168,7 @@ class rcube_imap
// #1486796: some server configurations doesn't
// return folders in all namespaces, we'll try to detect that situation
// and ask for these namespaces separately
if ($root == '' && $name = '*') {
if ($root == '' && $name == '*') {
$delim = $this->get_hierarchy_delimiter();
$namespace = $this->get_namespace();
$search = array();

Loading…
Cancel
Save