ZF-3360: wrong variable name in OpenId sample 29.10
Description
Hi,
Sample 29.10 for OpenId has a wrong variable name
if (!$consumer->login($id)) { $ret = false; $mdg = "Authentication failed."; }
$mdg above should be $msg
Hi,
Sample 29.10 for OpenId has a wrong variable name
if (!$consumer->login($id)) { $ret = false; $mdg = "Authentication failed."; }
$mdg above should be $msg
Comments
Posted by Wil Sinclair (wil) on 2008-06-01T12:41:14.000+0000
Please evaluate and categorize as necessary.
Posted by Wil Sinclair (wil) on 2008-06-01T12:42:24.000+0000
Didier, please feel free to fix this yourself. Matthew can help you with privileges if necessary.
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:23.000+0000
Updating for the 1.6.0 release.