Author: mcantelon
Date: Fri Feb 24 19:38:40 2012
New Revision: 10975
Log:
Fixed issue with content filtering.
Modified:
trunk/lib/QubitFlatfileImport.class.php
Modified: trunk/lib/QubitFlatfileImport.class.php
==============================================================================
--- trunk/lib/QubitFlatfileImport.class.php Fri Feb 24 17:25:34 2012
(r10974)
+++ trunk/lib/QubitFlatfileImport.class.php Fri Feb 24 19:38:40 2012
(r10975)
@@ -130,7 +130,7 @@
{
if ($this->contentFilterLogic)
{
- return executeClosurePropertyIfSet('contentFilterLogic');
+ return call_user_func_array($this->contentFilterLogic, array($text));
} 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.