RooPostTrait.php
authorAlan Knowles <alan@roojs.com>
Thu, 16 Jun 2016 07:40:48 +0000 (15:40 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 16 Jun 2016 07:40:48 +0000 (15:40 +0800)
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)); 
                 
             }
         }