mirror of
https://github.com/typecho/typecho.git
synced 2025-03-19 17:39:42 +01:00
fix get trackback param bug
This commit is contained in:
parent
f775a3e490
commit
714e8788e8
@ -131,8 +131,8 @@ class Widget_Service extends Widget_Abstract_Options implements Widget_Interface
|
||||
}
|
||||
|
||||
/** 发送trackback */
|
||||
if ($post->have() && !empty($this->request->trackback)) {
|
||||
$links = $this->request->trackback;
|
||||
if ($post->have() && !empty($this->request->getArray('trackback'))) {
|
||||
$links = $this->request->getArray('trackback');
|
||||
foreach ($links as $url) {
|
||||
|
||||
$client = Typecho_Http_Client::get();
|
||||
|
Loading…
x
Reference in New Issue
Block a user