]> git.pld-linux.org Git - packages/php-pear-HTML_Template_Flexy.git/commitdiff
- fixes path in require_once call in RtfSimpleTags.php
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 4 Dec 2004 21:45:42 +0000 (21:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-HTML_Template_Flexy-path_fix.patch -> 1.1

php-pear-HTML_Template_Flexy-path_fix.patch [new file with mode: 0644]

diff --git a/php-pear-HTML_Template_Flexy-path_fix.patch b/php-pear-HTML_Template_Flexy-path_fix.patch
new file mode 100644 (file)
index 0000000..8934151
--- /dev/null
@@ -0,0 +1,11 @@
+--- ./Flexy/Compiler/Regex/RtfSimpleTags.php   2004-12-04 22:26:11.425337616 +0100
++++ ./Flexy/Compiler/Regex/RtfSimpleTags.php   2004-12-04 22:27:06.051033248 +0100
+@@ -31,7 +31,7 @@
+ */ 
+  
+-require_once "HTML/Template/Flexy/Filter/SimpleTags.php";
++require_once "HTML/Template/Flexy/Compiler/Regex/SimpleTags.php";
+ class HTML_Template_Flexy_Compiler_Regex_RtfSimpleTags extends HTML_Template_Flexy_Compiler_Regex_SimpleTags 
+ {
This page took 0.071112 seconds and 4 git commands to generate.