Created
September 11, 2013 15:37
-
-
Save anonymous/6525360 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ darcs wh lib/smarty.inc | |
What's new in "lib/smarty.inc": | |
hunk ./lib/smarty.inc 30 | |
-$__template_register_outputfilter = array(); | |
+global $__template_register_outputfilter; | |
$ darcs diff lib/smarty.inc | |
darcs diff lib/smarty.inc | |
diff -rN -u lib/smarty.inc lib/smarty.inc | |
--- lib/smarty.inc 2013-09-11 08:36:05.000000000 -0700 | |
+++ lib/smarty.inc 2013-09-11 08:36:05.000000000 -0700 | |
@@ -26,6 +27,7 @@ | |
} | |
} | |
+global $__template_register_outputfilter; | |
$__template_register_outputfilter = array(); | |
function template_register_outputfilter( $filter ) | |
{ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment