Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 22978ad714 | |||
| b8c0db4067 |
@@ -27,7 +27,7 @@ class Simple_withdrawalbutton extends Module
|
||||
{
|
||||
$this->name = 'simple_withdrawalbutton';
|
||||
$this->tab = 'administration';
|
||||
$this->version = '0.1.7';
|
||||
$this->version = '0.1.8';
|
||||
$this->author = 'Arne Weiss';
|
||||
$this->need_instance = 0;
|
||||
$this->bootstrap = true;
|
||||
@@ -464,7 +464,7 @@ class Simple_withdrawalbutton extends Module
|
||||
'user_agent_hash' => $userAgentHash ?: null,
|
||||
];
|
||||
|
||||
$ok = Db::getInstance()->insert(self::TABLE_REQUEST, $insert, false, true, Db::INSERT, false);
|
||||
$ok = Db::getInstance()->insert(self::TABLE_REQUEST, $insert, false, true, Db::INSERT);
|
||||
if (!$ok) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user