Browse Source

tree.php always requires a set of imap functionality, so let it require
it to make sure it's present. Thanks Thierry Godefroy.

Thijs Kinkhorst 17 năm trước cách đây
mục cha
commit
e3838068fe
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      functions/tree.php

+ 1 - 0
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.