Browse Source

[svn r12650] fix a bug when sending a flash in the homepage of the platform :
don't know why but fckeditor wasn't able to know we work in php ...

Eric Marguin 17 years ago
parent
commit
e75f851fa6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/inc/lib/fckeditor/fckconfig.js

+ 1 - 1
main/inc/lib/fckeditor/fckconfig.js

@@ -153,7 +153,7 @@ FCKConfig.FlashDlgHideAdvanced	= false ;
 // Custom implementations should just ignore it.
 var _FileBrowserLanguage	= 'php' ;	// asp | aspx | cfm | lasso | perl | php | py
 var _QuickUploadLanguage	= 'php' ;	// asp | aspx | cfm | lasso | php
-
+FCKConfig.QuickUploadLanguage	= 'php' ;
 // Don't care about the following line. It just calculates the correct connector 
 // extension to use for the default File Browser (Perl uses "cgi").
 var _FileBrowserExtension = _FileBrowserLanguage == 'perl' ? 'cgi' : _FileBrowserLanguage ;