Fix typing error

This commit is contained in:
Alex Cabal 2024-12-02 12:30:15 -06:00
parent ab17e6af5d
commit dfec249dbd

View file

@ -158,7 +158,7 @@ catch(Exceptions\SeeOtherException $ex){
<p>None.</p>
<? }else{ ?>
<p>
<a href="https://fundraising.fracturedatlas.org/admin/general_support/donations?query=<?= urlencode($user->Email) ?>">View all payments at Fractured Atlas</a>
<a href="https://fundraising.fracturedatlas.org/admin/general_support/donations?query=<?= urlencode($user->Email ?? '') ?>">View all payments at Fractured Atlas</a>
</p>
<table class="payments">
<thead>