Commit 4119bff21bf7d51fb311b58a5b92bb7c46d95ad5
Merge branch 'edge' of git@github.com:ktgit/knowledgetree into edge
Showing
1 changed file
with
1 additions
and
1 deletions
webservice/clienttools/jsonWrapper.php
| ... | ... | @@ -91,7 +91,7 @@ class jsonWrapper{ |
| 91 | 91 | public $jsonArray=array(); |
| 92 | 92 | |
| 93 | 93 | public function __construct($content=NULL){ |
| 94 | - $content=stripslashes($content); | |
| 94 | +// $content=stripslashes($content); | |
| 95 | 95 | $this->raw=$content; |
| 96 | 96 | $content=@json_decode($content,true); |
| 97 | 97 | if(!is_array($content))throw new jsonContentException('Invalid JSON input',jsonContentException::INPUT_ERROR); | ... | ... |