Skip to content
Snippets Groups Projects
Commit 7acd062a authored by Andjelko Horvat's avatar Andjelko Horvat
Browse files

modules/saml/docs/sp.txt: minor fix: ext[] -> $ext[].

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2869 44740490-163a-0410-bde0-09ae8108e29a
parent 35e86bed
No related branches found
No related tags found
No related merge requests found
...@@ -116,7 +116,7 @@ Here we will list some examples for this authentication source. ...@@ -116,7 +116,7 @@ Here we will list some examples for this authentication source.
$dom = new DOMDocument(); $dom = new DOMDocument();
$ce = $dom->createElementNS('http://www.example.com/XFoo', 'xfoo:test', 'Test data!'); $ce = $dom->createElementNS('http://www.example.com/XFoo', 'xfoo:test', 'Test data!');
ext[] = new SAML2_XML_Chunk($ce); $ext[] = new SAML2_XML_Chunk($ce);
$auth = new SimpleSAML_Auth_Simple('default-sp'); $auth = new SimpleSAML_Auth_Simple('default-sp');
$auth->login(array( $auth->login(array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment