From a6470d97ee1fce52c2ecb491d947fee2f8ad06c4 Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Fri, 24 Jun 2005 12:50:29 +0000 Subject: [PATCH] Merged from STABLE --- 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);