Skip to content

Commit

Permalink
Fixed issue #18410: LDAP authentication option labelled as PluginBase (
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieljenik committed Oct 13, 2022
1 parent a268e5e commit 8643264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/libraries/PluginManager/AuthPluginBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,6 @@ protected function setUsername($username)
*/
public static function getAuthMethodName()
{
return self::$name;
return static::getName();
}
}

0 comments on commit 8643264

Please sign in to comment.