Skip to content

Instantly share code, notes, and snippets.

Created September 11, 2013 15:37
Show Gist options
  • Save anonymous/6525360 to your computer and use it in GitHub Desktop.
Save anonymous/6525360 to your computer and use it in GitHub Desktop.
$ 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