There is an error in fckeditor.module file in function fckeditor_is_compatible_client().

On line 322, $browserversion is set from a cast to (int) and on the next line, it is compared with a float value (5.5).

Cast to (int) should be replaced with a cast to (float).

The changed file is attached.

CommentFileSizeAuthor
fckeditor_17.module14.25 KBBehrang

Comments

ontwerpwerk’s picture

Priority: Critical » Normal

certainly not critical, msie 5.5 is a very old browser... but I'll fix it in the next release

ontwerpwerk’s picture

Version: 4.7.x-1.1 » 5.x-1.x-dev
Status: Active » Fixed

fixed in current development release

Anonymous’s picture

Status: Fixed » Closed (fixed)