Skip to content

Commit

Permalink
Fix deprecated var assignment and update UBCAuth
Browse files Browse the repository at this point in the history
  • Loading branch information
xcompass committed Feb 7, 2025
1 parent d27a172 commit c659a0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ function loadenv($envName, $default = "") {
$wgLogRestrictions['renameuser'] = 'renameuser';

if (getenv('SMTP_HOST')) {
$wgSMTP = [];
$wgSMTP['host'] = loadenv('SMTP_HOST');
if (getenv('SMTP_HOST_ID')) {
$wgSMTP['IDHost'] = loadenv('SMTP_HOST_ID');
Expand Down

0 comments on commit c659a0c

Please sign in to comment.