DataObjects/Person.php
authorAlan Knowles <alan@roojs.com>
Sat, 8 Oct 2011 02:15:39 +0000 (10:15 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 8 Oct 2011 02:15:39 +0000 (10:15 +0800)
DataObjects/Person.php

index 7473465..5baaa1d 100644 (file)
@@ -77,7 +77,7 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
         /* use the regex compiler, as it doesnt parse <tags */
         require_once 'HTML/Template/Flexy.php';
         $template = new HTML_Template_Flexy( array(
-            'compiler'    => 'Regex',
+            'compiler'    => 'Flexy',
             'filters' => array('SimpleTags','Mail'),
             //     'debug'=>1,
         ));