|
[dokuwiki]
||
[Date Prev]
[04-2008 Date Index]
[Date Next]
||
[Thread Prev]
[04-2008 Thread Index]
[Thread Next]
[dokuwiki] Bug in XMLRPC client
- From: Gina Häußge <gina@xxxxxxxxxx>
- To: Dokuwiki mailinglist <dokuwiki@xxxxxxxxxxxxx>
- Date: Sat, 05 Apr 2008 13:32:11 +0200
Hi *,
I think I just stumbled over a bug in the XMLRPC client while testing
out my linkback plugin.
IXR_Client::query tried to access $this->$headers and of course failed
miserably given that what it actually wanted was $this->headers (without
the $). Attached is a patch in gzipped darcs format (hopefully ;)).
HTH,
Gina
|