From 342219d8ead0d65cf3f4692cdf9a5dc17e7b20c6 Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 12 Nov 2007 13:42:02 +0000 Subject: [PATCH] Added smarty in autoloader class git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-playground@7776 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/autoload.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/include/autoload.inc b/include/autoload.inc index fb5710830..e85ae7e93 100644 --- a/include/autoload.inc +++ b/include/autoload.inc @@ -2,6 +2,7 @@ /* 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__))); -- 2.30.2