From b538179bd987bfa962596227b4a3b954d39020f8 Mon Sep 17 00:00:00 2001 From: Roland Mas Date: Thu, 29 Jan 2009 12:19:23 +0000 Subject: [PATCH] Fixing FCKeditor config file URL when using system install (gforge.org bug 5638). --- gforge/plugins/fckeditor/common/fckeditorPlugin.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gforge/plugins/fckeditor/common/fckeditorPlugin.class.php b/gforge/plugins/fckeditor/common/fckeditorPlugin.class.php index 5e83249449..31aba6857c 100644 --- a/gforge/plugins/fckeditor/common/fckeditorPlugin.class.php +++ b/gforge/plugins/fckeditor/common/fckeditorPlugin.class.php @@ -98,7 +98,7 @@ class fckeditorPlugin extends Plugin { } 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 . '/'); } -- 2.30.2