Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

has_nocache_code=false for cache containing {nocache} code (Smarty 3.1.29) #406

Closed
mreiche opened this issue Nov 6, 2017 · 1 comment
Closed

Comments

@mreiche
Copy link

mreiche commented Nov 6, 2017

  • I have a template (A) which includes another (B):
  • B contains {nocache}
  • After compiling, the cached template (A) contains
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
  'has_nocache_code' => false,
  'version' => '3.1.29',
  'unifunc' => 'content_5a0045378efbc8_03191691',
...

This is probably a duplicate of #371 because template A inherits from another.

@mreiche mreiche changed the title has_nocache_code=false for cache containing {nocache} code has_nocache_code=false for cache containing {nocache} code (Smarty 3.1.29) Nov 6, 2017
@mreiche
Copy link
Author

mreiche commented Nov 6, 2017

This bug is fixed in 3.1.31

@mreiche mreiche closed this as completed Nov 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant