On Jan 23, 2010, at 7:27 PM, tmortagne (SVN) wrote:
Author: tmortagne Date: 2010-01-23 19:27:50 +0100 (Sat, 23 Jan 2010) New Revision: 26317
Modified: platform/core/trunk/xwiki-core/src/main/aspect/compatibility/com/xpn/xwiki/doc/XWikiDocumentCompatibilityAspect.aj platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/doc/XWikiDocument.java Log: XWIKI-4784: Make xwiki-core works without aspectJ
[snip]
- //ÊIf the parent is not set in the current document set the template parent as the parent. + //ï¿∏If the parent is not set in the current document set the template parent as the parent.
Problem here. Thanks -Vincent
if (getParentReference() == null) { setParentReference(templatedoc.getParentReference()); }