[Mapbender-commits] r2889 - branches/nimix_dev/http/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Aug 27 05:46:05 EDT 2008


Author: nimix
Date: 2008-08-27 05:46:05 -0400 (Wed, 27 Aug 2008)
New Revision: 2889

Modified:
   branches/nimix_dev/http/classes/class_gui.php
Log:
fix TODO maybe also in trunk

Modified: branches/nimix_dev/http/classes/class_gui.php
===================================================================
--- branches/nimix_dev/http/classes/class_gui.php	2008-08-25 12:56:56 UTC (rev 2888)
+++ branches/nimix_dev/http/classes/class_gui.php	2008-08-27 09:46:05 UTC (rev 2889)
@@ -28,7 +28,7 @@
 	var $id;
 	var $elementArray = array();
 	
-	public function __construct ($id) {
+	public function __construct ($id=false) {
 		if ($id) {
 			$this->id = $id;
 			$this->elementArray = $this->selectElements();



More information about the Mapbender_commits mailing list