I have an odd issue that started appearing after upgrading EPiServer CMS 6 to EPiServer CMS 6 R2.
DataFactory.Instance.GetChildren(page.ParentLink);
The above code returns no children when I run it on the actual site but when I'm using the Editor mode and browse to the page, I get 36 results (which is correct). The datafactory works every other place on the site and it works perfectly for the Swedish site, however it doesn't work for any other language. I should point out that this worked in all languages before the site upgrade to CMS 6 R2.
I need those children! Any ideas?