User tests: Successful: Unsuccessful:
In the token API authentication plugin we are constructing a response with the timezone and language from the user object. However, that data is stored in the params and to get that, you have to call getParam() and not just get(). The later is the ->get from CMSObject and doesn't return anything in this instance.
Codereview
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Category | ⇒ | Front End Plugins |
Labels |
Added:
PR-5.2-dev
|
Missing documentation
What documentation are you expecting?
Labels |
Added:
bug
|
Category | Front End Plugins | ⇒ | Libraries Front End Plugins |
Category | Front End Plugins Libraries | ⇒ | Front End Plugins |
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-08-13 21:25:27 |
Closed_By | ⇒ | laoneo |
@brianteeman what's the issue?