[20-Feb-2017 09:26:18 Europe/Paris] PHP Notice: Only variables should be passed by reference in ROOT/libraries/joomla/authentication/authentication.php on line 150
Labels |
Added:
?
|
@joomdonation PR: #14149
Closed as we have a PR
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-02-20 12:11:11 |
Closed_By | ⇒ | wilsonge |
Am I right in assuming this:
should be this:
if (class_exists($className))
{
$dispatcher = $this->getDispatcher();
$plugin = new $className($dispatcher, (array) $plugin);
}
??