From: Alan Knowles Date: Tue, 19 May 2020 07:26:57 +0000 (+0800) Subject: should this return the value? X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=16c7478317a1d6aa6b1dd30cd3b718c140c1289e should this return the value? --- diff --git a/Pman.php b/Pman.php index f449844..d387018 100644 --- a/Pman.php +++ b/Pman.php @@ -361,7 +361,7 @@ class Pman extends HTML_FlexyFramework_Page } require_once 'Services/JSON.php'; $js = new Services_JSON(); - echo $js->encodeUnsafe($v); + return $js->encodeUnsafe($v);