From 43079e18833cce649ffdcb2fe96e861d3bfda1d6 Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Fri, 24 Jun 2005 12:47:55 +0000 Subject: [PATCH] Seems 'core' classes changed to 'internal' folder in latest version. I simply changed the path in the class. How this never show up........ --- lib/smarty/Smarty.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/smarty/Smarty.class.php b/lib/smarty/Smarty.class.php index 18fe3c2bc6f..5aa560eb2fa 100644 --- a/lib/smarty/Smarty.class.php +++ b/lib/smarty/Smarty.class.php @@ -50,7 +50,7 @@ if (!defined('SMARTY_DIR')) { } if (!defined('SMARTY_CORE_DIR')) { - define('SMARTY_CORE_DIR', SMARTY_DIR . 'internals' . DIRECTORY_SEPARATOR); + define('SMARTY_CORE_DIR', SMARTY_DIR . 'core' . DIRECTORY_SEPARATOR); } define('SMARTY_PHP_PASSTHRU', 0);