mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-03-01 01:37:59 +01:00
Fix #605
This commit is contained in:
parent
acfdcf58f3
commit
977acf65a0
@ -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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user