]> git.pld-linux.org Git - packages/Smarty.git/blob - path.patch
- updated for 3.0.5
[packages/Smarty.git] / path.patch
1 diff -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.
6   */
7  if (!defined('SMARTY_DIR')) {
8 -    define('SMARTY_DIR', dirname(__FILE__) . DS);
9 +    define('SMARTY_DIR', '/usr/share/php/Smarty/');
10  } 
11  
12  /**
This page took 0.069326 seconds and 3 git commands to generate.