From b6e64ffde1ef3c25f3425c3378c0d6f1fc2f4977 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 16 Jun 2016 15:40:48 +0800 Subject: [PATCH] RooPostTrait.php --- RooPostTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RooPostTrait.php b/RooPostTrait.php index 6be84398..7f4586fd 100644 --- a/RooPostTrait.php +++ b/RooPostTrait.php @@ -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)); } } -- 2.39.2