[cvs] commit: framework/IMAP/IMAP Tree.php
Michael M Slusarz
slusarz at curecanti.org
Thu Aug 25 21:01:20 PDT 2005
slusarz 2005-08-25 21:01:20 PDT
Modified files:
IMAP/IMAP Tree.php
Log:
Fix access of tree with wrong name.
If personal namespace is 'INBOX.', addLevel() will enter infinite loop because
the INBOX will appear as 'INBOX.INBOX' and IMAP_Tree will try to add subfolders
of INBOX (see the fun recursion!).
Revision Changes Path
1.91 +3 -3 framework/IMAP/IMAP/Tree.php
Chora Links:
http://cvs.horde.org/diff.php/framework/IMAP/IMAP/Tree.php?r1=1.90&r2=1.91&ty=u
More information about the cvs
mailing list