mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +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;
|
||||
}
|
||||
}
|
||||
if(!$ok || count($message != $message_count))
|
||||
if(!$ok || count($message) != $message_count)
|
||||
{
|
||||
// Add links for new / edit definition
|
||||
$config = config::read('importexport');
|
||||
|
Loading…
Reference in New Issue
Block a user