WSClient replaced if test with eval and fixed bug where it was not handling simple arrays.

This commit is contained in:
Kaleb Murphy 2008-08-11 17:49:40 +00:00
parent 4a13c10836
commit edb0f2f622
2 changed files with 12 additions and 10 deletions

View file

@ -12,6 +12,7 @@
charset=utf8
- fixed: Gallery navigation back to album returns to page 1 (Martin
Kamerbeek / Oqapi)
- fixed: WSClient now correctly handles SOAP::Som returns of simple arrays of scalars and a exception producing if test turned into an eval.
7.5.19
- fixed: paginator doesn't show correct number of page links with a limit applied