Update settings.php

This commit is contained in:
slawkens
2025-08-27 15:30:52 +02:00
parent e4b66f34ac
commit 46adeefce3

View File

@@ -1612,7 +1612,7 @@ Sent by MyAAC,<br/>
'callbacks' => [ 'callbacks' => [
'beforeSave' => function($key, $value, &$errorMessage) { 'beforeSave' => function($key, $value, &$errorMessage) {
global $db; global $db;
if (!$db->hasColumn('accounts', $value)) { if (!$db->hasColumn('accounts', $value)) {
$errorMessage = "Shop: Donate Column: Cannot set column to $value, because it doesn't exist in database."; $errorMessage = "Shop: Donate Column: Cannot set column to $value, because it doesn't exist in database.";
return false; return false;