mirror of
https://github.com/typecho/typecho.git
synced 2025-01-16 20:18:19 +01:00
增加持续继承测试支持
This commit is contained in:
parent
e3a7f143eb
commit
56d9b46d28
@ -4,6 +4,7 @@ php:
|
||||
- 5.5
|
||||
- 5.4
|
||||
- 5.3
|
||||
- 5.2
|
||||
|
||||
script: cd ./tools/ && make all
|
||||
script: cd ./tools/ && make test
|
||||
|
||||
|
@ -103,6 +103,10 @@ pot:
|
||||
rm -f files.txt
|
||||
|
||||
|
||||
test:
|
||||
php test.php
|
||||
|
||||
|
||||
all:
|
||||
make update
|
||||
make package
|
||||
|
@ -1887,7 +1887,7 @@ class Widget_XmlRpc extends Widget_Abstract_Contents implements Widget_Interface
|
||||
|
||||
$struct = array(
|
||||
'nickname' => $this->user->screenName,
|
||||
'userid' => $this->user->uid,
|
||||
'userid' => $this->user->uid,
|
||||
'url' => $this->user->url,
|
||||
'email' => $this->user->mail,
|
||||
'lastname' => '',
|
||||
|
Loading…
x
Reference in New Issue
Block a user