[pLog-svn] r5471 - plog/branches/lifetype-1.2/class/config

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu May 31 16:48:19 EDT 2007


Author: oscar
Date: 2007-05-31 16:48:19 -0400 (Thu, 31 May 2007)
New Revision: 5471

Modified:
   plog/branches/lifetype-1.2/class/config/properties.class.php
Log:
Fixed a typo

Modified: plog/branches/lifetype-1.2/class/config/properties.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/config/properties.class.php	2007-05-31 20:31:53 UTC (rev 5470)
+++ plog/branches/lifetype-1.2/class/config/properties.class.php	2007-05-31 20:48:19 UTC (rev 5471)
@@ -87,7 +87,7 @@
  		 */
 		function getFilteredValue( $key, $filterClass, $defaultValue = null )
 		{
-			return( $this->getValue( $key, $defaultVaule, $filterClass ));
+			return( $this->getValue( $key, $defaultValue, $filterClass ));
 		}
 		
 		/**



More information about the pLog-svn mailing list