fixed export key setting, to be false when no key is found

This commit is contained in:
2018-05-04 02:15:57 +02:00
parent 3329aad3c7
commit cc35295cf6
4 changed files with 4 additions and 4 deletions

View File

@ -936,7 +936,7 @@ class ComponentbuilderModelJoomla_components extends JModelList
else
{
// we started adding this at v2.7.7
$this->info['key'] = true;
$this->info['key'] = false;
// Set the owner information
$data = base64_encode($data);
}