mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Fix typo causing new/edit definition suggestions to always be shown
This commit is contained in:
parent
4c5b764347
commit
dccb36e16a
@ -319,7 +319,7 @@
|
|||||||
// $ok = false;
|
// $ok = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(!$ok || count($message != $message_count))
|
if(!$ok || count($message) != $message_count)
|
||||||
{
|
{
|
||||||
// Add links for new / edit definition
|
// Add links for new / edit definition
|
||||||
$config = config::read('importexport');
|
$config = config::read('importexport');
|
||||||
|
Loading…
Reference in New Issue
Block a user