1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ttrss_ynh.git synced 2024-10-01 13:34:46 +02:00

Update init.php

This commit is contained in:
ericgaspar 2022-02-24 13:47:20 +01:00
parent 89d1047498
commit ebdce07814
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -222,7 +222,7 @@ class Auth_Ldap extends Auth_Base {
* @param string $password User's password
* @return boolean
*/
function authenticate($login, $password, $service='') {
function authenticate($login, $password) {
if ($login && $password) {
if (!function_exists('ldap_connect')) {