From: Michael M Slusarz Date: Tue, 25 Nov 2008 03:25:17 +0000 (-0700) Subject: nits X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2b774c12971011eb22d68c6c64c3cc6868070af1;p=horde.git nits --- diff --git a/imp/lib/IMAP/Tree.php b/imp/lib/IMAP/Tree.php index 4f5da4b01..9684e52f6 100644 --- a/imp/lib/IMAP/Tree.php +++ b/imp/lib/IMAP/Tree.php @@ -271,6 +271,7 @@ class IMP_IMAP_Tree $this->SHARED_KEY = $this->SHARED_LABEL . '%'; $this->OTHER_LABEL = _("Other Users' Folders"); $this->OTHER_KEY = $this->OTHER_LABEL . '%'; + $this->init(); }