From 16c7478317a1d6aa6b1dd30cd3b718c140c1289e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 19 May 2020 15:26:57 +0800 Subject: [PATCH] should this return the value? --- Pman.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2