@@ -90,7 +90,7 @@ |
||
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() { |