[Fusionforge-commits] r6798 - trunk/gforge/plugins/fckeditor/common

Roland Mas lolando at libremir.placard.fr.eu.org
Thu Jan 29 13:19:24 CET 2009


Author: lolando
Date: 2009-01-29 13:19:23 +0100 (Thu, 29 Jan 2009)
New Revision: 6798

Modified:
   trunk/gforge/plugins/fckeditor/common/fckeditorPlugin.class.php
Log:
Fixing FCKeditor config file URL when using system install (gforge.org bug 5638).

Modified: trunk/gforge/plugins/fckeditor/common/fckeditorPlugin.class.php
===================================================================
--- trunk/gforge/plugins/fckeditor/common/fckeditorPlugin.class.php	2009-01-29 11:18:54 UTC (rev 6797)
+++ trunk/gforge/plugins/fckeditor/common/fckeditorPlugin.class.php	2009-01-29 12:19:23 UTC (rev 6798)
@@ -98,7 +98,7 @@
 				}
 				if ($use_system_fckeditor) {
 					$oFCKeditor->BasePath = util_make_url ('/fckeditor/');
-					$oFCKeditor->Config['CustomConfigurationsPath'] = "/plugins/fckeditor/config.js"  ;
+					$oFCKeditor->Config['CustomConfigurationsPath'] = "/plugins/fckeditor/fckconfig.js"  ;
 				} else {
 					$oFCKeditor->BasePath = util_make_url('/plugins/' . $this->name . '/');
 				}




More information about the Fusionforge-commits mailing list