1
0
mirror of https://github.com/Mowie/Mowie synced 2024-06-01 16:46:41 +00:00

Bugfix: mysql-class

This commit is contained in:
kolaente 2017-01-29 21:54:43 +01:00
parent 91b8687e12
commit 344857f4fe

View File

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