Skip to content

Commit

Permalink
added semicolon :') (#146)
Browse files Browse the repository at this point in the history
Signed-off-by: Shikhar <[email protected]>
  • Loading branch information
shikharish authored Sep 7, 2024
1 parent 6dc24cb commit 02c2dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediawiki/LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

$wgEnableEmail = true;
$wgEnableUserEmail = true; # UPO
$wgEmailConfirmToEdit = true
$wgEmailConfirmToEdit = true;

$wgEmergencyContact = "[email protected]";
$wgPasswordSender = "[email protected]";
Expand Down

0 comments on commit 02c2dd8

Please sign in to comment.