DataObjects/Person.php
authorAlan Knowles <alan@roojs.com>
Mon, 22 Oct 2012 05:20:11 +0000 (13:20 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 22 Oct 2012 05:20:11 +0000 (13:20 +0800)
DataObjects/Person.php

index 103db02..3ab74eb 100644 (file)
@@ -81,7 +81,15 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
             $_SERVER["HTTP_HOST"] :
             (isset($ff->HTTP_HOST) ? $ff->HTTP_HOST : 'localhost');
             
-        /* use the regex compiler, as it doesnt parse <tags */\
+        /* use the regex compiler, as it doesnt parse <tags */
+        
+        $tops = array(
+            'compiler'    => 'Flexy',
+            'nonHTML' => true,
+            'filters' => array('SimpleTags','Mail'),
+            //     'debug'=>1,
+        );
+        
         
         
         if (!empty($args['templateDir'])) {