RooPostTrait.php
[Pman.Core] / RooPostTrait.php
index 6be8439..7f4586f 100644 (file)
@@ -442,7 +442,7 @@ trait Pman_Core_RooPostTrait {
             {
                 $p = DB_DataObject::factory('Person');
                 $p->get($x->modified_by);
-                $this->jerr($p->name . " saved the record since you started editing,\nDo you really want to update it?", array('needs_confirm' => true)); 
+                $this->jerr($p->name . " saved the record since you started editing,\nDo you really want to update it?", array('needs_confirm' => true)); 
                 
             }
         }