Use the getter, not a direct access
This commit is contained in:
parent
a4a37d6fc9
commit
b43294ec6f
|
@ -120,7 +120,7 @@ class LinkbackPlugin extends Plugin
|
|||
|
||||
function pingback($url, $endpoint)
|
||||
{
|
||||
$args = array($this->notice->uri, $url);
|
||||
$args = array($this->notice->getUrl(), $url);
|
||||
|
||||
if (!extension_loaded('xmlrpc')) {
|
||||
if (!dl('xmlrpc.so')) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user