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.
| Comment | File | Size | Author |
|---|---|---|---|
| fckeditor_17.module | 14.25 KB | Behrang |
Comments
Comment #1
ontwerpwerk commentedcertainly not critical, msie 5.5 is a very old browser... but I'll fix it in the next release
Comment #2
ontwerpwerk commentedfixed in current development release
Comment #3
(not verified) commented