Home » Networking » Net_SmartIRC » Bug #2602
Notice about undefined variable _usersyncing
Details
| Submitted | 2004-10-23 19:37 UTC |
|---|---|
| From | jorrit at gameparty dot net |
| Assigned | meebey |
| Status | Closed |
| Package | Net_SmartIRC |
| PHP Version | 4.3.9 |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2004-10-23 19:37 UTC] jorrit at gameparty dot net
Description:
------------
When I run any code using Net_SmartIRC and having error_reporting set to E_ALL, I get this notice:
Notice: Undefined property: _usersyncing in /usr/local/lib/php/Net/SmartIRC.php on line 917
I haven't looked very good a the cause, but _usersyncing never is set in SmartIRC.php, and read only once. Not a big problem, but would be nice if it would be fixed.