Seems 'core' classes changed to 'internal' folder in latest version. I

simply changed the path in the class. How this never show up........
This commit is contained in:
thepurpleblob
2005-06-24 12:47:55 +00:00
parent 1edb6e3555
commit 43079e1883
+1 -1
View File
@@ -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);