Simon Wisselink

Results 211 comments of Simon Wisselink

Don't forget src/functions.php!

But if you consider this to be a bug in the default implementation, we should probably fix that instead?

I'd be happy to have a look, but I need some more specifics. Can you share a reproduction scenario and your fixed version of the modifier?

I got a hold of your email. It seems to me you are fixing something in your templates that ought to be fixed before the data is passed to Smarty...

Ah I think I see what you mean now. So, basically what you are saying is that you are running Smarty in another charset and all input data is passed...

Mostly correct, but just add your modifier as a method to DefaultExtension. I try to avoid polluting the global namespace and have been reducing the amount of global functions. What...

I'm afraid I don't have any say about the website.

Wow, after inspecting the code, I was going to say that `setErrorUnassigned` does not exist in Smarty 4 either. But even though it is not defined, calling `$this->smarty->setErrorUnassigned(true);` indeed actually...