From dade2fcc876c3b9a3311235e23a9665b59a224a6 Mon Sep 17 00:00:00 2001 From: Roly Rudy Gutierrez Pinto Date: Tue, 4 Apr 2017 10:07:08 -0400 Subject: [PATCH] HOR-2956 --- .../engine/methods/services/ActionsByEmailDataFormPost.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workflow/engine/methods/services/ActionsByEmailDataFormPost.php b/workflow/engine/methods/services/ActionsByEmailDataFormPost.php index de29cc365..41627bdf9 100644 --- a/workflow/engine/methods/services/ActionsByEmailDataFormPost.php +++ b/workflow/engine/methods/services/ActionsByEmailDataFormPost.php @@ -18,12 +18,12 @@ if (PMLicensedFeatures * reference, eg: * valor1 = "value"; + * $obj->value = "value"; * - * $a = ["uno" => 1, "dos" => $obj, "tres" => 3]; + * $a = ["one" => 1, "two" => $obj, "three" => 3]; * $b = $a; - * $a["dos"]->valor1 = "modify"; + * $a["two"]->value = "modify"; * * In 'b' is reflected the output of 'a'. */