Files
roundcubemail/plugins
Maikel Linke dd29ca1ee8 Correct decoding of JSON response
The old version assumed `json_decode` would return an associative array.
While it can do so if an extra option is specified, the default
behaviour is to return an object. Therefore, a successful password
change resulted in an error while parsing the response.

The new code is accessing the response as object instead. The method
is now covered by a unit test.
2016-12-08 23:35:43 +11:00
..
2016-11-01 18:26:47 +01:00
2016-12-05 09:41:11 +01:00
2016-07-24 12:12:22 +02:00
2016-12-02 18:48:40 +01:00
2016-03-28 18:36:56 +02:00