Code

Added smarty in autoloader class
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 12 Nov 2007 13:42:02 +0000 (13:42 +0000)
committercajus <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

index fb571083028f815b144b74a0b72a5193e6ca1790..e85ae7e93d7267041e21f81d628dcf5d91580715 100644 (file)
@@ -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__)));