RLPlurkAPI says
17 years ago
this plurk is for discussion about the unofficial Plurk API - ask if you have questions/comments (Aug 7, 2008)
latest #12
skraggy says
17 years ago
just started playing with it but found a couple errors so far in RLPlurkAPI.php
skraggy says
17 years ago
line 724 and line 760
skraggy says
17 years ago
$this->plurk_get_responses($plurk['plurk_id']); should be $this->getResponses($plurk['plurk_id']);
立即下載
shiftyeyes
17 years ago
I think lines 724 and 760 refer to the object property (131) whole getResponses() is a method.
shiftyeyes
17 years ago
(which itself uses a call to the URL defined in plurk_get_responses) – I think it's just different ways of getting at the same thing
ryanlim asks
17 years ago
could you submit a patch?
ryanlim says
17 years ago
file a bug report and include a patch :-D
skraggy says
17 years ago
yea...I'll do that in a little bit after I get home.
skraggy says
17 years ago
shiftyeyes I'm not a php expert, I just know that the original line gives me undefined function in php5.
ryanlim says
17 years ago
yea. i probably did a regex replace and it broke then :-)
shiftyeyes
17 years ago
Oh. That is a problem, isn't it :-D
ryanlim
17 years ago
(s_LOL)
back to top