Changeset 4264 in subversion


Ignore:
Timestamp:
Nov 24, 2010 10:46:17 AM (3 years ago)
Author:
thomasb
Message:

Add check to other cases, too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_imap.php

    r4263 r4264  
    32463246                foreach ($this->namespace['other'] as $ns) { 
    32473247                    foreach ((array)$ns as $root) { 
    3248                         if (strpos($mbox_name, $root[0]) === 0) { 
     3248                        if ($root[0] && strpos($mbox_name, $root[0]) === 0) { 
    32493249                            return $mbox_name; 
    32503250                        } 
Note: See TracChangeset for help on using the changeset viewer.