- v1.4.1 JS files

- fixed a bug where connections were not auto-created
- fixed a bug with leading spaces in Corporation name search
- disabled `updateUniverseSystems()` cronjob (it´s buggy)
This commit is contained in:
Mark Friedrich
2018-07-21 18:45:14 +02:00
parent 0c9a3f1990
commit 11e61d064e
151 changed files with 61247 additions and 57 deletions

View File

@@ -980,7 +980,7 @@ class Map extends Controller\AccessController {
$sourceSystem = $map->getSystemByCCPId($sourceSystemId, ['active' => 1]);
// -> check if system is already on this map
$targetSystem = $map->getSystemByCCPId( $targetSystemId, ['active' => 1]);
$targetSystem = $map->getSystemByCCPId($targetSystemId, ['active' => 1]);
}
// if systems don´t already exists on map -> get "blank" system