Browse Source

Fix include error. Thanks Patrick Dubau.

pdontthink 17 years ago
parent
commit
553d97c6c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/change_password/backend/ldap.php

+ 1 - 1
plugins/change_password/backend/ldap.php

@@ -21,7 +21,7 @@ if (isset($_SERVER['SCRIPT_FILENAME']) && $_SERVER['SCRIPT_FILENAME'] == __FILE_
 /** load required functions */
 
 /** sqimap_get_user_server() function */
-include_once(SM_PATH . '../functions/imap_general.php');
+include_once(SM_PATH . 'functions/imap_general.php');
 
 /** get imap server and username globals */
 global $imapServerAddress, $username;