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

index 2e0ac37..103db02 100644 (file)
@@ -83,12 +83,7 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
             
         /* 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'])) {
             $tops['templateDir'] = $args['templateDir'];
         }