Skip to content

Commit 6f8ab33

Browse files
tvdijenApplicatie gebruiker
authored andcommitted
Fix missing variable
1 parent 00da208 commit 6f8ab33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/TestCase/AuthSource/Negotiate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ final class sspmod_monitor_TestCase_AuthSource_Negotiate extends sspmod_monitor_
99

1010
protected function initialize()
1111
{
12-
$this->keytab = $authsource_data['keytab'];
12+
$this->keytab = $this->getInput('keytab');
1313
$this->xml = isSet($_REQUEST['xml']);
1414
}
1515

0 commit comments

Comments
 (0)