diff options
author | alecpl <alec@alec.pl> | 2011-11-16 07:04:36 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-11-16 07:04:36 +0000 |
commit | 4f1c0a5d898c0f4e96c1f09e47e51ee4e0ae817d (patch) | |
tree | 04cea1a77f67e6725bf881f200fd99e533b3b829 | |
parent | 2eeb128d06ad37dea9bd1765784fb53e47ef527c (diff) |
- Fix typo
-rw-r--r-- | program/include/rcube_imap.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcube_imap.php b/program/include/rcube_imap.php index d56da3d26..002730f4b 100644 --- a/program/include/rcube_imap.php +++ b/program/include/rcube_imap.php @@ -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(); |