From 180c0c28474d6e0c5c47ee99dac0cf98ec522fa3 Mon Sep 17 00:00:00 2001 From: boots Date: Sat, 18 Sep 2004 02:09:35 +0000 Subject: [PATCH] Fixed \\r\\n line endings mistakenly introduced in last commit. d'oh. --- libs/Smarty.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 035960c4..bbb3baf4 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -50,7 +50,7 @@ if (!defined('SMARTY_DIR')) { } if (!defined('SMARTY_CORE_DIR')) { - define('SMARTY_CORE_DIR', dirname(__FILE__) . DIRECTORY_SEPARATOR . 'internals' . DIRECTORY_SEPARATOR); + define('SMARTY_CORE_DIR', SMARTY_DIR . 'internals' . DIRECTORY_SEPARATOR); } define('SMARTY_PHP_PASSTHRU', 0);