Skip to content

Commit

Permalink
remove argument of phonebook_ldap() hook
Browse files Browse the repository at this point in the history
It is not used anywhere, and since we call the hook without argument it
would return an php error anyway
  • Loading branch information
tenzap committed Dec 24, 2024
1 parent 4eff719 commit 56ee227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/plugins/phonebook_ldap/phonebook_ldap.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function __construct()
* with modification
*
*/
function phonebook_ldap($number)
function phonebook_ldap()
{
if ( ! extension_loaded('ldap'))
{
Expand Down

0 comments on commit 56ee227

Please sign in to comment.