#2386: Patch for function wfSajaxSearchArticleFCKeditor
--------------------------------------------+-------------------------------
  Reporter:  tmanthey                       |       Owner:                  
      Type:  Bug                            |      Status:  new             
  Priority:  Normal                         |   Milestone:                  
 Component:  Project : MediaWiki+FCKeditor  |     Version:  FCKeditor 2.6.2 
Resolution:                                 |    Keywords:  HasPatch Review-
--------------------------------------------+-------------------------------
Changes (by wwalc):

  * keywords:  HasPatch Review? => HasPatch Review-


Comment:

 There is an error when there is no extra namespace defined in
 $wgExtraNamespaces.

 Additional check must be performed when this condition returns true:
 {{{
 else if (strpos($term,":")) {
 }}}
 I mean something like
 {{{
 is_array($wgExtraNamespaces)
 }}}

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2386#comment:4>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to