]> Kevux Git Server - koopa/commit
Bugfix: set_error() must accept an array of errors
authorKevin Day <thekevinday@gmail.com>
Sat, 3 Feb 2018 03:51:46 +0000 (21:51 -0600)
committerKevin Day <thekevinday@gmail.com>
Sat, 3 Feb 2018 03:51:46 +0000 (21:51 -0600)
commit603ff7b2d9786bad50b054b43d60c76dded5bd42
treec4548aeb7858d970edf9f7bf340c2ff702a1bf02
parent0c061f2e46caaac99837c042bb93b7b236b8a8e4
Bugfix: set_error() must accept an array of errors

This is considered a bug because the current design of get_error() returns an array if errors.
Prior to this, calling set_error($some_class->get_error()) would result in no error being reported because the array value gets ignored.

With this change, the entire array contents are appended, only if the given array value is a valid error class instance.
common/base/classes/base_return.php