fixed export key setting, to be false when no key is found
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user