Re: [xwiki-devs] [xwiki-notifications] r26317 - in platform/core/trunk/xwiki-core/src/main: aspect/compatibility/com/xpn/xwiki/doc java/com/xpn/xwiki/doc
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()); }
On 01/23/2010 09:32 PM, Vincent Massol wrote:
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.
Fixed. -- Sergiu Dumitriu http://purl.org/net/sergiu/
participants (2)
-
Sergiu Dumitriu -
Vincent Massol