[Mapbender-commits] r3560 - branches/print_dev/http/print/classes
    svn_mapbender at osgeo.org 
    svn_mapbender at osgeo.org
       
    Tue Feb 17 10:37:48 EST 2009
    
    
  
Author: mschulz
Date: 2009-02-17 10:37:47 -0500 (Tue, 17 Feb 2009)
New Revision: 3560
Modified:
   branches/print_dev/http/print/classes/mbTextDecorator.php
Log:
fixed overriding in mbTextDecorator
Modified: branches/print_dev/http/print/classes/mbTextDecorator.php
===================================================================
--- branches/print_dev/http/print/classes/mbTextDecorator.php	2009-02-17 15:15:50 UTC (rev 3559)
+++ branches/print_dev/http/print/classes/mbTextDecorator.php	2009-02-17 15:37:47 UTC (rev 3560)
@@ -5,7 +5,7 @@
 	protected $pageElementType = "text";
 	protected $elementId;
 	/* a decorator should declare which parameters could be overwritten through the request object */
-	protected $overrideRequestIds = array("value");
+	protected $overrideMembersFromRequest = array("value");
 	/* the actual text that should be printed */
 	protected $value = "Lorem ipsum";
 	
    
    
More information about the Mapbender_commits
mailing list