mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-16 19:40:44 +01:00
Fix minore
This commit is contained in:
parent
7b91ee0efe
commit
a243c063a7
@ -40,7 +40,7 @@ switch (post('op')) {
|
||||
$nome = post('name');
|
||||
$tag_new = $dbo->fetchOne('SELECT * FROM `in_tags` WHERE `in_tags`.`name`='.prepare($nome));
|
||||
|
||||
if (!empty($tag_new) && $tag_new['id'] != $id_record) {
|
||||
if (!empty($tag_new)) {
|
||||
flash()->error(tr('Tag _NAME_ già esistente!', [
|
||||
'_NAME_' => $nome,
|
||||
]));
|
||||
|
Loading…
x
Reference in New Issue
Block a user