Please use the "staging" branch as target for your PR. The "3.2.x" branch only accepts security fixes.
I'm closing this PR because it's against the wrong branch. Please create a new PR against the correct branch.
Can you please add testing instructions and be a bit more descriptive in what you try to fix here?
To my knowledge, the $attribs parameter has to be an array anyway. A string isn't supported. If you pass in a string, you're doing it wrong.
Is there a case within the CMS where a string is passed as argument?
Please use the "staging" branch as target for your PR. The "3.2.x" branch only accepts security fixes.
I'm closing this PR because it's against the wrong branch. Please create a new PR against the correct branch.
Can you please add testing instructions and be a bit more descriptive in what you try to fix here?
To my knowledge, the
$attribs
parameter has to be an array anyway. A string isn't supported. If you pass in a string, you're doing it wrong.Is there a case within the CMS where a string is passed as argument?