Skip to content

Commit

Permalink
Corrected error introduced when adding obscure notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
armfem authored and davidcoutadeur committed Apr 25, 2024
1 parent 73a7a10 commit 7a517ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/sendsms.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
} elseif (isset($_REQUEST["encrypted_sms_login"])) {
$decrypted_sms_login = explode(':', decrypt($_REQUEST["encrypted_sms_login"], $keyphrase));
$login = $decrypted_sms_login[1];
[$result, $phone] = get_mobile_and_displayname(
[$result, $sms] = get_mobile_and_displayname(
$ldapInstance, $ldap_base, $ldap_filter,
$ldap_fullname_attribute, $sms_attributes,
$sms_sanitize_number, $sms_truncate_number,
Expand Down

0 comments on commit 7a517ab

Please sign in to comment.