Ticket #2239 (closed Bug: fixed)
Remove <?= from php scripts
| Reported by: | wwalc | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.6.2 |
| Component: | Server : PHP | Version: | |
| Keywords: | Confirmed | Cc: |
Description
Reported on #fckeditor IRC channel by OZZlE.
When short_open_tag setting is disabled, <?= doesn't work.
<?php echo...
should be used instead.
Change History
Note: See
TracTickets for help on using
tickets.

The patch for #1593 does already include the change for the sampleposteddata.php
It seems that there are no more places the the <?= is used, so I guess that this can be closed when that patch is checked in.