Actions
Bug #8420
closedtabClass and fieldClass API being sent null instead of expected UserTable
Bug #8420:
tabClass and fieldClass API being sent null instead of expected UserTable
Description
If either endpoints are called with a user id of 0 then a value of null for $user is passed around the API. The API however, and all phpdoc for it, note only UserTable is accepted. This needs to be fixed to always pass UserTable as the API expects.
Actions