You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding the following method to the LightOpenID class will make it work with
Twig (http://twig.sensiolabs.org/):
function __isset($name) {
return in_array($name, array('identity', 'trustRoot', 'realm', 'mode'));
}
Otherwise it throws errors about "Method "mode" for object "LightOpenID" does
not exist".
Original issue reported on code.google.com by [email protected] on 28 Sep 2013 at 8:51
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 28 Sep 2013 at 8:51The text was updated successfully, but these errors were encountered: