Index: lams_central/web/fckeditor/editor/plugins/wikilink/fck_wikilink.jsp =================================================================== diff -u -r326b1f4de5dde924f9365095d7a03b40a05c7399 -r86d10888b85d470c6f61a8017168fe97f632fb55 --- lams_central/web/fckeditor/editor/plugins/wikilink/fck_wikilink.jsp (.../fck_wikilink.jsp) (revision 326b1f4de5dde924f9365095d7a03b40a05c7399) +++ lams_central/web/fckeditor/editor/plugins/wikilink/fck_wikilink.jsp (.../fck_wikilink.jsp) (revision 86d10888b85d470c6f61a8017168fe97f632fb55) @@ -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()