Files
roundcubemail/plugins/password/drivers
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-13 19:15:00 +01:00
2016-10-10 16:25:06 +02:00
2014-10-26 11:43:01 +01:00