1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-03-01 01:37:59 +01:00
This commit is contained in:
Thomas Zilio 2019-06-11 20:12:28 +02:00
parent acfdcf58f3
commit 977acf65a0

View File

@ -143,6 +143,10 @@ class API extends \Util\Singleton
// Query per ottenere le informazioni
$query = $database->select($table, $select, $where, $order, [], true);
foreach ($where as $key => $value) {
$parameters[] = $value;
}
}
if (!empty($query)) {