Undefined variable $autoMerge in ApiController.php line 207

Issue #59 resolved
Alexander Grein created an issue

It seems that there is something missing in der ApiController of v12 branch …

Comments (2)

  1. Alexander Grein reporter

    It’s this line:

    $autoMerge = $endpoint['autoMerge'] ?? $this->settings['autoMerge']['enabled'] == 1;

  2. Log in to comment