Skip to content
Snippets Groups Projects
Commit 49a4bc5e authored by Demian Katz's avatar Demian Katz Committed by GitHub
Browse files

Removed unused line of code.

parent c77e14b0
No related merge requests found
...@@ -73,7 +73,6 @@ class ShibbolethLogoutNotificationController extends AbstractBase ...@@ -73,7 +73,6 @@ class ShibbolethLogoutNotificationController extends AbstractBase
public function postAction() public function postAction()
{ {
$this->disableSessionWrites(); $this->disableSessionWrites();
list($uri) = explode('?', $this->getRequest()->getUriString());
$soapServer = new \Zend\Soap\Server( $soapServer = new \Zend\Soap\Server(
'data://text/plain;base64,' . base64_encode($this->getWsdl()) 'data://text/plain;base64,' . base64_encode($this->getWsdl())
); );
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment