You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2005/04/09 00:02:22 UTC

svn commit: r160624 - lenya/trunk/src/java/org/apache/lenya/cms/publication/PageEnvelope.java

Author: andreas
Date: Fri Apr  8 15:02:22 2005
New Revision: 160624

URL: http://svn.apache.org/viewcvs?view=rev&rev=160624
Log:
{page-envelope:area} returns complete area instead of document area

Modified:
    lenya/trunk/src/java/org/apache/lenya/cms/publication/PageEnvelope.java

Modified: lenya/trunk/src/java/org/apache/lenya/cms/publication/PageEnvelope.java
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/java/org/apache/lenya/cms/publication/PageEnvelope.java?view=diff&r1=160623&r2=160624
==============================================================================
--- lenya/trunk/src/java/org/apache/lenya/cms/publication/PageEnvelope.java (original)
+++ lenya/trunk/src/java/org/apache/lenya/cms/publication/PageEnvelope.java Fri Apr  8 15:02:22 2005
@@ -225,7 +225,7 @@
     public String getArea() {
         if (this.area == null) {
             URLInformation info = new URLInformation(this.webappUrl);
-            this.area = info.getArea();
+            this.area = info.getCompleteArea();
         }
         return this.area;
     }



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