-
Notifications
You must be signed in to change notification settings - Fork 714
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
Output filter on smarty v.5 doesn't running . #899
Comments
@Factify we could use a little bit more information. Maybe some sample code and the actual output vs expected output? |
// load extension smarty class use \Smarty{Smarty, Template}; class mySmarty extends Smarty {
} //*** my mySmartyExtension file ***// class mySmartyExtension extends Base {
} |
@Factify found it, thanks for your bug report! |
@wisskid I have tested, working only in fetch not on index. |
Do you mean |
@wisskid yes display. |
There should be no difference between the two. Except maybe for already cached output. Can you try to empty your caches? |
@wisskid I don't used the cache. |
Strange. I've tested (and just retested) it using both If you're sure it's in Smarty, please provide a clear reproduction scenario. This issue is a great example on how to provide a reproduction scenario that will help us find the problem. |
'public function runFilterOutput($tpl_output, Template $_template) {
}' |
@wisskid Now in my project I have smarty version 4.3.2 .output filter is OK. |
No description provided.
The text was updated successfully, but these errors were encountered: