[pkg-horde] [SCM] Debian Horde Packages repository: ingo1 package branch, upstream+patches, updated. bd08c6c7b79598c5bcdc6f14f5ae38257308c5a8

Mathieu Parent math.parent at gmail.com
Tue May 12 18:08:23 UTC 2009


The following commit has been merged in the upstream+patches branch:
commit bd08c6c7b79598c5bcdc6f14f5ae38257308c5a8
Author: Mathieu Parent <math.parent at gmail.com>
Date:   Tue May 12 20:06:49 2009 +0200

    Correct include path in prefs.php.dist

diff --git a/config/prefs.php.dist b/config/prefs.php.dist
index fe645fb..c92a753 100644
--- a/config/prefs.php.dist
+++ b/config/prefs.php.dist
@@ -6,7 +6,7 @@
  */
 
 // Make sure that INGO_STORAGE_* constants are defined.
-require_once dirname(__FILE__) . '/../lib/Storage.php';
+require_once HORDE_BASE . '/ingo/lib/Storage.php';
 
 // This preference group will only be displayed if the configured
 // Ingo_Script:: driver can create script files.

-- 
Debian Horde Packages repository: ingo1 package



More information about the pkg-horde-hackers mailing list