summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: aec489f)
raw | patch | inline | side by side (parent: aec489f)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 12 Nov 2007 13:42:02 +0000 (13:42 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 12 Nov 2007 13:42:02 +0000 (13:42 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-playground@7776 594d385d-05f5-0310-b6e9-bd551577e9d8
include/autoload.inc | patch | blob | history |
diff --git a/include/autoload.inc b/include/autoload.inc
index fb571083028f815b144b74a0b72a5193e6ca1790..e85ae7e93d7267041e21f81d628dcf5d91580715 100644 (file)
--- a/include/autoload.inc
+++ b/include/autoload.inc
/* This function needs the pre-defined class mapping from autoload-data.inc */
require_once("autoload-data.inc");
+require_once("smarty/Smarty.class.php");
/* Set BASE_DIR for the complete code as constant */
define('BASE_DIR', dirname(dirname(__FILE__)));