diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-11-16 07:04:36 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-11-16 07:04:36 +0000 |
| commit | 3364bf4d3912b97328b438bbb213d210066761c7 (patch) | |
| tree | 1e109905ed1e6460a40d64774135992a0c2468a3 /roundcubemail/program/include | |
| parent | e4f5306fc4d1f20c29498dc075f30b22965d4074 (diff) | |
- Fix typo
git-svn-id: https://svn.roundcube.net/trunk@5431 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include')
| -rw-r--r-- | roundcubemail/program/include/rcube_imap.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_imap.php b/roundcubemail/program/include/rcube_imap.php index d56da3d26..002730f4b 100644 --- a/roundcubemail/program/include/rcube_imap.php +++ b/roundcubemail/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(); |
