summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8e0397e)
raw | patch | inline | side by side (parent: 8e0397e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 25 Oct 2010 07:32:24 +0000 (07:32 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 25 Oct 2010 07:32:24 +0000 (07:32 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20134 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_jsonRPC.inc | patch | blob | history |
index bf82d971cda725228084967a57319576340840a3..e65cfbdc914619b341bc57d0c56c2a5cc49a290c 100644 (file)
public function inspectJsonResult($result)
{
// Check for remove objects we've to create
- if(isset($result['__jsonclass__']) && class_available('remoteObject')){
+ if(is_array($result) && isset($result['__jsonclass__']) && class_available('remoteObject')){
// Get all relevant class informations
$classDef = $result['__jsonclass__'][1];