Fix typo causing new/edit definition suggestions to always be shown

This commit is contained in:
Nathan Gray 2012-10-12 15:53:17 +00:00
parent 4c5b764347
commit dccb36e16a

View File

@ -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');