]> git.pld-linux.org Git - packages/Smarty.git/blame - path.patch
- updated for 3.0.5
[packages/Smarty.git] / path.patch
CommitLineData
3b8d5997
SP
1diff -ur Smarty-3.0.5/libs/Smarty.class.php Smarty-3.0.5.new//libs/Smarty.class.php
2--- Smarty-3.0.5/libs/Smarty.class.php 2010-11-21 03:59:07.000000000 +0100
3+++ Smarty-3.0.5.new//libs/Smarty.class.php 2010-12-12 19:05:26.021806440 +0100
4@@ -43,7 +43,7 @@
5 * Sets SMARTY_DIR only if user application has not already defined it.
7ebfab9b 6 */
7ebfab9b 7 if (!defined('SMARTY_DIR')) {
3b8d5997 8- define('SMARTY_DIR', dirname(__FILE__) . DS);
7ebfab9b 9+ define('SMARTY_DIR', '/usr/share/php/Smarty/');
3b8d5997 10 }
7ebfab9b 11
3b8d5997 12 /**
This page took 0.052134 seconds and 4 git commands to generate.