Completed
Branch master (5e9dd7)
by Tim
04:27
created
Category
lib/IdP/ADFS.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -362,7 +362,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.