Centralized init
[squirrelmail.git] / functions / folder_manip.php
index a5e5c02c2345d8267f501ef2637a8e6f06ed0e11..3211c88872c95491f21681dd55736046aba21240 100644 (file)
@@ -222,7 +222,7 @@ function folders_delete_ask ($imapConnection, $folder_name)
  */
 function folders_delete_do ($imapConnection, $delimiter, $folder_name)
 {
-    require_once(SM_PATH . 'functions/tree.php');
+    include(SM_PATH . 'functions/tree.php');
 
     $boxes = sqimap_mailbox_list ($imapConnection);