From 567d98c15c5f0363e78e4493fbf8c04ef620ea9a Mon Sep 17 00:00:00 2001 From: kink Date: Thu, 24 Jan 2008 11:17:48 +0000 Subject: [PATCH] tree.php always requires a set of imap functionality, so let it require it to make sure it's present. Thanks Thierry Godefroy. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12897 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/tree.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/tree.php b/functions/tree.php index c758e630..d00107e7 100644 --- a/functions/tree.php +++ b/functions/tree.php @@ -12,6 +12,7 @@ * @package squirrelmail */ +require_once(SM_PATH . 'functions/imap.php'); /** * Recursive function to find the correct parent for a new node. -- 2.25.1