From 7acd062a0549144ebcb56c307de69d5be8b796ab Mon Sep 17 00:00:00 2001 From: Andjelko Horvat <comel@vingd.com> Date: Wed, 6 Jul 2011 07:31:39 +0000 Subject: [PATCH] modules/saml/docs/sp.txt: minor fix: ext[] -> $ext[]. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2869 44740490-163a-0410-bde0-09ae8108e29a --- modules/saml/docs/sp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/saml/docs/sp.txt b/modules/saml/docs/sp.txt index 4c95f5165..ce3410639 100644 --- a/modules/saml/docs/sp.txt +++ b/modules/saml/docs/sp.txt @@ -116,7 +116,7 @@ Here we will list some examples for this authentication source. $dom = new DOMDocument(); $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->login(array( -- GitLab