We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -475,15 +475,15 @@ |
||
| 475 | 475 | 'ZoomToExtent' => htmlspecialchars($this->pi_getLL('ZoomToExtentTitle', '')) |
| 476 | 476 | ]; |
| 477 | 477 | $this->controlTargets = [ |
| 478 | - 'Attribution' => $this->conf['attributionElementId'] ?: '', |
|
| 479 | - 'FullScreen' => $this->conf['fullScreenElementId'] ?: '', |
|
| 480 | - 'ImageManipulation' => $this->conf['imageManipulationElementId'] ?: '', |
|
| 481 | - 'Magnify' => $this->conf['magnifyElementId'] ?: '', |
|
| 482 | - 'OverviewMap' => $this->conf['overviewMapElementId'] ?: '', |
|
| 483 | - 'Rotate' => $this->conf['rotateElementId'] ?: '', |
|
| 484 | - 'Zoom' => $this->conf['zoomElementId'] ?: '', |
|
| 485 | - 'ZoomSlider' => $this->conf['zoomSliderElementId'] ?: '', |
|
| 486 | - 'ZoomToExtent' => $this->conf['zoomToExtentElementId'] ?: '' |
|
| 478 | + 'Attribution' => $this->conf['attributionElementId'] ? : '', |
|
| 479 | + 'FullScreen' => $this->conf['fullScreenElementId'] ? : '', |
|
| 480 | + 'ImageManipulation' => $this->conf['imageManipulationElementId'] ? : '', |
|
| 481 | + 'Magnify' => $this->conf['magnifyElementId'] ? : '', |
|
| 482 | + 'OverviewMap' => $this->conf['overviewMapElementId'] ? : '', |
|
| 483 | + 'Rotate' => $this->conf['rotateElementId'] ? : '', |
|
| 484 | + 'Zoom' => $this->conf['zoomElementId'] ? : '', |
|
| 485 | + 'ZoomSlider' => $this->conf['zoomSliderElementId'] ? : '', |
|
| 486 | + 'ZoomToExtent' => $this->conf['zoomToExtentElementId'] ? : '' |
|
| 487 | 487 | ]; |
| 488 | 488 | // Fill in the template markers. |
| 489 | 489 | $markerArray = array_merge($this->addInteraction(), $this->addBasketForm()); |