Author: mcantelon
Date: Fri Feb 24 17:12:32 2012
New Revision: 10973
Log:
Fixed minor issue with function for transforming content.
Modified:
trunk/lib/QubitFlatfileImport.class.php
Modified: trunk/lib/QubitFlatfileImport.class.php
==============================================================================
--- trunk/lib/QubitFlatfileImport.class.php Fri Feb 24 13:25:22 2012
(r10972)
+++ trunk/lib/QubitFlatfileImport.class.php Fri Feb 24 17:12:32 2012
(r10973)
@@ -130,7 +130,7 @@
{
if ($this->contentFilterLogic)
{
- return executeClosurePropertyIfSet('');
+ return executeClosurePropertyIfSet('contentFilterLogic');
} else {
return $text;
}
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.