Bugfix: clear();

This commit is contained in:
kolaente 2017-01-29 21:55:24 +01:00
parent 2351c688a7
commit a48debb2cb
1 changed files with 2 additions and 1 deletions

View File

@ -296,7 +296,8 @@ class db
public function clear() public function clear()
{ {
$this->col = null; $this->col = null;
$this->data = ''; //$this->data = '';
$this->data = [];
} }
//Query //Query