Skip to content

Commit

Permalink
Readd code removed by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
ellite committed Mar 4, 2024
1 parent c2c1497 commit a040068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@
}

foreach ($payments as $payment) {
$paymentIconFolder = $payment['id'] <= ? 'images/uploads/icons/' : 'images/uploads/logos/';
$paymentIconFolder = $payment['id'] <= 31 ? 'images/uploads/icons/' : 'images/uploads/logos/';
$inUse = in_array($payment['id'], $paymentsInUse);
?>
<div class="payments-payment"
Expand Down

0 comments on commit a040068

Please sign in to comment.