Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.16.14

Bug #5110 getProperty() issue
Submitted: 2005-08-16 18:14 UTC
From: dv at allyoucanthink dot de Assigned: lsmith
Status: Closed Package: LiveUser
PHP Version: Irrelevant OS: Irrelevant
Roadmaps: (Not assigned)    
Subscription  


 [2005-08-16 18:14 UTC] dv at allyoucanthink dot de
Description: ------------ $lu->getProperty('idleTime') returns always null due to following reason: Auth/Common.php Line 517 $what = strtolower($what); ... } elseif (isset($this->$what)) { $that = $this->$what; } isset($this->$what) is always false couse we do have $this->idleTime and not $this->idletime within LiveUser_Auth_Common class...

Comments

 [2005-08-16 21:39 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!