Code

Updated require
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 15 Feb 2007 11:29:00 +0000 (11:29 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 15 Feb 2007 11:29:00 +0000 (11:29 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5724 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/mail/class_mailAccount.inc

index 9dcd068225cfef119a4dbbd2907c104b45bbdc78..daff20ea6728f4175702ba038209ff35f8256994 100644 (file)
@@ -10,7 +10,7 @@
  */
 
 /* Load sieve support */
-require_once ("sieve/libsieve.php");
+require_once ("sieve/libsieve.inc");
 
 /* Load mail methods */
 global $BASE_DIR;