mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-16 11:30:55 +01:00
Fix minore
This commit is contained in:
parent
688cc05f4b
commit
959fbe8774
@ -147,7 +147,7 @@ class FieldManager implements ManagerInterface
|
||||
if (isset($options['place']) && $options['place'] == 'add') {
|
||||
$query .= ' AND `on_add` = 1';
|
||||
}
|
||||
$query .= ' AND `zz_fields`.`title` = '.prepare($name);
|
||||
$query .= ' AND `zz_fields`.`name` = '.prepare($name);
|
||||
|
||||
$results = $database->fetchArray($query);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user