Menu

#1 bug in the Client.class.php

open
nobody
None
5
2010-03-05
2010-03-05
Anonymous
No

In source file classes/Client.class.php, in the XOAD_Client::register() function, the line that reads:
$attachMeta[$key] = $valueType;
should be:
$attachMeta[$key] = $value;
The bug is described in detail at:
http://slampoud.blogspot.com/2010/03/bugreport-for-xoad.html

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.