summaryrefslogtreecommitdiff
path: root/program/include/rcube_imap.php
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-11-16 08:57:32 +0000
committeralecpl <alec@alec.pl>2011-11-16 08:57:32 +0000
commit3fd5e2edfc72cea56ede0512f081a67d547ed61f (patch)
tree1529d839ec83ff49fbe21c3aea307e248eb1f016 /program/include/rcube_imap.php
parent3fec6952ddbff1b5b487ea2927928338f39e4fef (diff)
- Apply fixes from trunk up to r5433
Diffstat (limited to 'program/include/rcube_imap.php')
-rw-r--r--program/include/rcube_imap.php2
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();