From 2b774c12971011eb22d68c6c64c3cc6868070af1 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 24 Nov 2008 20:25:17 -0700 Subject: [PATCH] nits --- imp/lib/IMAP/Tree.php | 1 + 1 file changed, 1 insertion(+) 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(); } -- 2.11.0