You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function plugins called with assign attribute like {foo assign='bar'} did not output returned content because assumption was made that it was assigned to a variable
I stumbled over something that took me quite some time to track down.
In 3.1.30, creating a plugin like
and calling it via
{dummy assign=x}
results in no output in the resulting html file.This worked fine in 3.1.29. (I have a bunch of plugins where I'm actually using a parameter named
assign
to do something useful.)The text was updated successfully, but these errors were encountered: