User tests: Successful: Unsuccessful:
Pull Request for Issue #14147
This PR fixes the following error:
PHP Notice: Only variables should be passed by reference in ROOT/libraries/joomla/authentication/authentication.php on line 150
So rather than passing $this->getDispatcher()
directly as a constructor argument, we make it a variable:
$dispatcher = $this->getDispatcher()
Not sure what they are as they were't provided in the issue.
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-02-20 12:10:54 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
|
I have tested this item✅ successfully on f5c3bd7
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/14149.