@@ -362,7 +362,7 @@ |
||
362 | 362 | $wresult = ADFS::signResponse($response, $privateKeyFile, $certificateFile, $algo); |
363 | 363 | |
364 | 364 | $wctx = $state['adfs:wctx']; |
365 | - $wreply = $state['adfs:wreply'] ? : $spMetadata->getValue('prp'); |
|
365 | + $wreply = $state['adfs:wreply'] ?: $spMetadata->getValue('prp'); |
|
366 | 366 | ADFS::postResponse($wreply, $wresult, $wctx); |
367 | 367 | } |
368 | 368 |