|
@@ -90,7 +90,7 @@ discard block |
|
|
block discarded – undo |
|
90
|
90
|
|
|
91
|
91
|
public function __construct() { |
|
92
|
92
|
parent::__construct(); |
|
93
|
|
- $this->useGeantLink = ( isset($this->options['args']) && $this->options['args'] == 'gl' ) ? 1 : 0; |
|
|
93
|
+ $this->useGeantLink = (isset($this->options['args']) && $this->options['args'] == 'gl') ? 1 : 0; |
|
94
|
94
|
} |
|
95
|
95
|
|
|
96
|
96
|
protected function prepareInstallerLang() { |
|
@@ -188,7 +188,7 @@ discard block |
|
|
block discarded – undo |
|
188
|
188
|
$this->loggerInstance->debug(5, "New logo size: "); |
|
189
|
189
|
$this->loggerInstance->debug(5, $idpLogoSize); |
|
190
|
190
|
} |
|
191
|
|
- if($useFederationLogo && $fedLogo != NULL) { |
|
|
191
|
+ if ($useFederationLogo && $fedLogo != NULL) { |
|
192
|
192
|
$fedLogoObject = new \Imagick($fedLogo[0]['name']); |
|
193
|
193
|
$fedLogoSize = $fedLogoObject->getImageGeometry(); |
|
194
|
194
|
$fedMax = max($fedLogoSize); |
Please login to merge, or discard this patch.