Implementation of the switches and update the update server.

This commit is contained in:
2017-02-02 14:17:31 +02:00
parent 655708cfa3
commit e0efef54e9
169 changed files with 218 additions and 181 deletions

View File

@ -345,8 +345,8 @@ class Compiler extends Infusion
// link canges made to views into the file license
protected function fixLicenseValues($data)
{
// check if these files have its own config data
if (isset($data['config']) && ComponentbuilderHelper::checkArray($data['config']))
// check if these files have its own config data)
if (isset($data['config']) && ComponentbuilderHelper::checkArray($data['config']) && (!isset($this->componentData->mvc_versiondate) || $this->componentData->mvc_versiondate == 1))
{
foreach ($data['config'] as $key => $value)
{