Added the option to Manage JCB Package Directories in the globle Options area

This commit is contained in:
2018-05-03 16:04:47 +02:00
parent 47f90de990
commit 3329aad3c7
8 changed files with 138 additions and 68 deletions

View File

@ -931,10 +931,12 @@ class ComponentbuilderModelJoomla_components extends JModelList
}
$this->info['getKeyFrom']['package_links'] = $this->exportPackageLinks;
// we started adding this at v2.7.7
$this->info['source']['paid'] = true;
$this->info['key'] = true;
}
else
{
// we started adding this at v2.7.7
$this->info['key'] = true;
// Set the owner information
$data = base64_encode($data);
}