[pLog-svn] r4127 - plog/branches/lifetype-1.1.1/class/dao/customfields

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Tue Oct 17 02:39:26 GMT 2006


Author: jondaley
Date: 2006-10-17 02:39:24 +0000 (Tue, 17 Oct 2006)
New Revision: 4127

Modified:
   plog/branches/lifetype-1.1.1/class/dao/customfields/customfieldvalue.class.php
Log:
typo

Modified: plog/branches/lifetype-1.1.1/class/dao/customfields/customfieldvalue.class.php
===================================================================
--- plog/branches/lifetype-1.1.1/class/dao/customfields/customfieldvalue.class.php	2006-10-17 02:37:14 UTC (rev 4126)
+++ plog/branches/lifetype-1.1.1/class/dao/customfields/customfieldvalue.class.php	2006-10-17 02:39:24 UTC (rev 4127)
@@ -105,7 +105,7 @@
 		
 		function getType()
 		{
-			$this->_loadFieldDefition();
+			$this->_loadFieldDefinition();
 			return( $this->_customField->getType());
 		}
 		



More information about the pLog-svn mailing list