You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ro...@apache.org on 2004/10/28 21:40:12 UTC

svn commit: rev 55889 - incubator/lenya/trunk/src/java/org/apache/lenya/cms/cocoon/components/modules/input

Author: roku
Date: Thu Oct 28 12:40:11 2004
New Revision: 55889

Modified:
   incubator/lenya/trunk/src/java/org/apache/lenya/cms/cocoon/components/modules/input/SitetreeModule.java
Log:
Fixed my last checkin :)

Modified: incubator/lenya/trunk/src/java/org/apache/lenya/cms/cocoon/components/modules/input/SitetreeModule.java
==============================================================================
--- incubator/lenya/trunk/src/java/org/apache/lenya/cms/cocoon/components/modules/input/SitetreeModule.java	(original)
+++ incubator/lenya/trunk/src/java/org/apache/lenya/cms/cocoon/components/modules/input/SitetreeModule.java	Thu Oct 28 12:40:11 2004
@@ -68,7 +68,7 @@
             }
             
             if (name.equals(TRASH_NODE)) {
-                SiteTree authoringTree = publication.getSiteTree(Publication.TRASH_AREA);
+                SiteTree authoringTree = manager.getTree(Publication.TRASH_AREA);
                 value = authoringTree.getNode(envelope.getDocument().getId());
             }
         } catch (Exception e) {

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org