diff options
| author | uwe.tews@googlemail.com <uwe.tews@googlemail.com> | 2010-11-15 22:54:59 +0000 |
|---|---|---|
| committer | uwe.tews@googlemail.com <uwe.tews@googlemail.com> | 2010-11-15 22:54:59 +0000 |
| commit | ef85c9f2ad897ef8315c7b54baa9f98f99fd459f (patch) | |
| tree | eb725934857f4dd22df8e7247dac3cd47d62b0f8 /libs/debug.tpl | |
| parent | 21ed644f820a73a022f4c18fe1eac6541fbd2bd9 (diff) | |
| download | smarty-ef85c9f2ad897ef8315c7b54baa9f98f99fd459f.tar.gz smarty-ef85c9f2ad897ef8315c7b54baa9f98f99fd459f.tar.bz2 smarty-ef85c9f2ad897ef8315c7b54baa9f98f99fd459f.zip | |
- bugfix captured content could not be accessed globally
- bugfix Smarty2 wrapper functions could not be call from within plugins
Diffstat (limited to 'libs/debug.tpl')
| -rw-r--r-- | libs/debug.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/debug.tpl b/libs/debug.tpl index 9fd46b15..2a456ca9 100644 --- a/libs/debug.tpl +++ b/libs/debug.tpl @@ -1,4 +1,4 @@ -{capture assign=debug_output} +{capture name='_smarty_debug' assign=debug_output} <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> |
