Index: /FCKeditor/trunk/_whatsnew.html
===================================================================
--- /FCKeditor/trunk/_whatsnew.html	(revision 386)
+++ /FCKeditor/trunk/_whatsnew.html	(revision 387)
@@ -50,4 +50,6 @@
 			The editor now takes care to not create invalid nested block elements, like creating
 			&lt;form&gt; or &lt;hr&gt; inside &lt;p&gt;. &nbsp;</li>
+		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1511298&group_id=75348&atid=543655">SF 
+			Patch 1511298</a>] The CF Component failed on CFMX 6.0</li>
 	</ul>
 	<h3>
Index: /FCKeditor/trunk/fckeditor.cfc
===================================================================
--- /FCKeditor/trunk/fckeditor.cfc	(revision 386)
+++ /FCKeditor/trunk/fckeditor.cfc	(revision 387)
@@ -147,8 +147,7 @@
 	hint="Create the html editor instance for compatible browsers."
 >
-
-	<cfscript>
-	var sURL = "";
-
+	<cfset var sURL = "" />
+	
+	<cfscript>
 	// try to fix the basePath, if ending slash is missing
 	if( len( this.basePath) and right( this.basePath, 1 ) is not "/" )
@@ -180,13 +179,12 @@
 	hint="Create configuration string: Key1=Value1&Key2=Value2&... (Key/Value:HTML encoded)"
 >
-
-	<cfscript>
-	var sParams = "";
-	var key = "";
-	var fieldValue = "";
-	var fieldLabel = "";
-	var lConfigKeys = "";
-	var iPos = "";
-
+	<cfset var sParams = "" />
+	<cfset var key = "" />
+	<cfset var fieldValue = "" />
+	<cfset var fieldLabel = "" />
+	<cfset var lConfigKeys = "" />
+	<cfset var iPos = "" />
+
+	<cfscript>
 	/**
 	 * CFML doesn't store casesensitive names for structure keys, but the configuration names must be casesensitive for js.
