Opened 19 years ago
Closed 19 years ago
#500 closed Bug (invalid)
create() echo instead of return
| Reported by: | artyfarty | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
In fckeditor.php, the function create() used (version 2.3.2) to return the editor, now (2.4.2) it suddenly echo's it! Is this intentionally?

Create() echoes the editor since version 1.x. I think you are talking about CreateHtml(), which returns the HTML instead.