Index: lams_central/web/fckeditor/editor/plugins/wikilink/fck_wikilink.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/fckeditor/editor/plugins/wikilink/Attic/fck_wikilink.jsp,v diff -u -r1.5 -r1.6 --- lams_central/web/fckeditor/editor/plugins/wikilink/fck_wikilink.jsp 13 Oct 2008 03:01:42 -0000 1.5 +++ lams_central/web/fckeditor/editor/plugins/wikilink/fck_wikilink.jsp 14 Oct 2008 03:10:30 -0000 1.6 @@ -26,7 +26,7 @@ var FCKWikiLinks = oEditor.FCKWikiLinks ; // Get the array of possible wiki links from the opening window -wikiArray = window.top.opener.top.wikiLinkArray; +wikiArray = window.top.opener.parent.wikiLinkArray; function init()