Added the update_server.xml back, and fixed the compiler to insure it does not get removed again.

This commit is contained in:
2018-02-18 01:11:05 +02:00
parent c3156642b2
commit e857614608
7 changed files with 452 additions and 18 deletions

View File

@ -1169,7 +1169,11 @@ class Get
else
{
$component->{$server} = 0;
$component->{'add_'.$server} = 0;
// only change this for sales server (update server can be added loacaly to the zip file)
if ('sales_server' === $server)
{
$component->{'add_'.$server} = 0;
}
$component->{$server.'_protocol'} = 0;
}
}