[pLog-svn] r3014 - plog/trunk/class/dao/customfields
    oscar at devel.lifetype.net 
    oscar at devel.lifetype.net
       
    Sat Mar  4 11:07:26 GMT 2006
    
    
  
Author: oscar
Date: 2006-03-04 11:07:26 +0000 (Sat, 04 Mar 2006)
New Revision: 3014
Modified:
   plog/trunk/class/dao/customfields/customfieldvaluefactory.class.php
Log:
fix for the 'preview' feature while typing an article
Modified: plog/trunk/class/dao/customfields/customfieldvaluefactory.class.php
===================================================================
--- plog/trunk/class/dao/customfields/customfieldvaluefactory.class.php	2006-03-03 21:16:58 UTC (rev 3013)
+++ plog/trunk/class/dao/customfields/customfieldvaluefactory.class.php	2006-03-04 11:07:26 UTC (rev 3014)
@@ -74,6 +74,7 @@
 	   function getCustomFieldValueByFieldId( $fieldId, $row )
 	   {
 		   // load the field definition first
+			include_once( PLOG_CLASS_PATH."class/dao/customfields/customfields.class.php" );
 			$customFields = new CustomFields();
 			$customField = $customFields->getCustomField( $fieldId );
 			if( !$customField )
    
    
More information about the pLog-svn
mailing list