Fixed small bug

This commit is contained in:
Marcel Baumgartner
2024-07-04 11:24:18 +02:00
parent 9602a201ce
commit 90b8b00ef6

View File

@@ -121,7 +121,7 @@ catch (MySqlException e)
return false;
}
else
return false;
throw e;
return true;
}