X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman.php;h=d387018b0f371eeb072d0afa3c1150afdc267407;hb=16c7478317a1d6aa6b1dd30cd3b718c140c1289e;hp=f44984408b71ced63b727b5148ae0f3e80eccc46;hpb=3d35cfc50e8437ee6db8f7e6de4986c42347f63a;p=Pman.Base 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);