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

index 93b1f71..2e0ac37 100644 (file)
@@ -82,6 +82,7 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
             (isset($ff->HTTP_HOST) ? $ff->HTTP_HOST : 'localhost');
             
         /* use the regex compiler, as it doesnt parse <tags */\
+        
         $tops = array(
             'compiler'    => 'Flexy',
             'nonHTML' => true,