mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 03:50:04 +02:00
Fixing hexa wallet address
This commit is contained in:
parent
7b8108aa02
commit
f46c81c274
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ class Wallet extends ObjectYPT {
|
|||
}
|
||||
|
||||
public function save() {
|
||||
global $global;
|
||||
$this->balance = floatval($this->balance);
|
||||
$this->crypto_wallet_address = $global['mysqli']->real_escape_string($this->crypto_wallet_address);
|
||||
return parent::save();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue