Skip to content
Snippets Groups Projects
Commit ddf0991a authored by Simon Josefsson's avatar Simon Josefsson
Browse files

docs: Fix syntax error in PHP code example.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3050 44740490-163a-0410-bde0-09ae8108e29a
parent b4deda71
No related branches found
No related tags found
No related merge requests found
......@@ -209,7 +209,7 @@ See the [`saml:SP`](./saml:sp) reference for information about available SAML au
### Example
$idp = $auth->getAuthData('saml:sp:IdP');
print(You are logged in from: ' . htmlspecialchars($idp));
print('You are logged in from: ' . htmlspecialchars($idp));
`getLoginURL`
......
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