@@ -376,7 +376,7 @@ |
||
376 | 376 | $wresult = ADFS::signResponse($response, $privateKeyFile, $certificateFile, $algo, $passphrase); |
377 | 377 | |
378 | 378 | $wctx = $state['adfs:wctx']; |
379 | - $wreply = $state['adfs:wreply'] ? : $spMetadata->getValue('prp'); |
|
379 | + $wreply = $state['adfs:wreply'] ?: $spMetadata->getValue('prp'); |
|
380 | 380 | ADFS::postResponse($wreply, $wresult, $wctx); |
381 | 381 | } |
382 | 382 |