On D7.34 using PHP 5.6.8 the theme function does not work when trying to show a release xml.
They give an unsupported operand error in theme() because $variables ends up being a string.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | project_src-theme_fixes-2502791-1.patch | 1.33 KB | JvE |
Comments
Comment #1
JvE commentedAttached patch fixes the issue for me.
Comment #2
JvE commentedComment #4
iamEAP commentedThanks @JvE! Makes sense.