Skip to content

Commit

Permalink
Merged from STABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
thepurpleblob committed Jun 24, 2005
1 parent aab3c7d commit a6470d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/smarty/Smarty.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
}

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);
Expand Down

0 comments on commit a6470d9

Please sign in to comment.