[pLog-svn] r3020 - plog/trunk/class/gallery/dao

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun Mar 5 17:20:45 GMT 2006


Author: oscar
Date: 2006-03-05 17:20:45 +0000 (Sun, 05 Mar 2006)
New Revision: 3020

Modified:
   plog/trunk/class/gallery/dao/galleryalbum.class.php
Log:
fixed another notice


Modified: plog/trunk/class/gallery/dao/galleryalbum.class.php
===================================================================
--- plog/trunk/class/gallery/dao/galleryalbum.class.php	2006-03-05 16:50:01 UTC (rev 3019)
+++ plog/trunk/class/gallery/dao/galleryalbum.class.php	2006-03-05 17:20:45 UTC (rev 3020)
@@ -27,6 +27,7 @@
         var $_resources;
         var $_properties;
         var $_showAlbum;
+		var $_mangledName;
 		
 		/**
 		 * Constructor of the class.
@@ -59,6 +60,7 @@
             $this->_properties = $properties;
             $this->_children = null;
             $this->_resources = null;
+			$this->_mangledName = "";
             
             $this->_pk = "id";
             $this->_fields = Array(



More information about the pLog-svn mailing list