Skip to content

Commit

Permalink
Fix missing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen authored and Applicatie gebruiker committed Feb 4, 2018
1 parent 00da208 commit 6f8ab33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/TestCase/AuthSource/Negotiate.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ final class sspmod_monitor_TestCase_AuthSource_Negotiate extends sspmod_monitor_

protected function initialize()
{
$this->keytab = $authsource_data['keytab'];
$this->keytab = $this->getInput('keytab');
$this->xml = isSet($_REQUEST['xml']);
}

Expand Down

0 comments on commit 6f8ab33

Please sign in to comment.