IET-OU / cloudengine

CloudEngine is an easy way to create a social web site for discussing & aggregating ideas & resources. It is ideal for running events & fostering discussion. It is the free, open source software that powers Cloudworks —
https://cloudworks.ac.uk
GNU General Public License v2.0
3 stars 0 forks source link

Remove stray '<? Something' for code portability -- 'short_open_tag' PHP 5.4+ #354

Closed nfreear closed 9 years ago

nfreear commented 9 years ago

A search with this pattern in Agent Ransack brings up a number of results:

<\?\s+[^=]

The one that caught us out...

The logs are showing:

PHP Parse error: syntax error, unexpected end of file in ... /cloudworks/system/application/views/search/plugin.php on line 39

nfreear commented 9 years ago

Fixed by Greg @fisharebest:

Thank you!