-
-
Save simonmichael/6525372 to your computer and use it in GitHub Desktop.
darcs diff shows correct change, darcs whatsnew does not
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 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 ) | |
{ | |
$ 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; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment