Przeglądaj źródła

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 lat temu
rodzic
commit
e3838068fe
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      functions/tree.php

+ 1 - 0
functions/tree.php

@@ -12,6 +12,7 @@
  * @package squirrelmail
  * @package squirrelmail
  */
  */
 
 
+require_once(SM_PATH . 'functions/imap.php');
 
 
 /**
 /**
  * Recursive function to find the correct parent for a new node.
  * Recursive function to find the correct parent for a new node.