#1050925 include/class_session.inc:get(): $name can be an object!

#1050925#5
Date:
2023-08-31 13:09:21 UTC
From:
To:
If $name is an object, $_SESSION[$name] can't work obviosly.
We need to find the root cause that $name is an object.

Also /usr/share/gosa/html/autocomplete.php:89 in processAutocomplete():
Don't naivly dereference return value but rather check if return value is valid.