Hi,
The latest semantic_panels.install version has no PHP comments for semantic_panels_install() function and use the short open tag '<?'. It causes problems on some servers with
short_open_tag=off
directive set in php.ini, because the file will be embedded as a plain text.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | semantic_panels-1998336-1.patch | 800 bytes | k0teg |
Comments
Comment #1
k0teg commentedHere is the patch.
Comment #2
emattias commentedGood point! Commited, thanks!