diff --git a/.travis.yml b/.travis.yml index a7904937..20375b7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ php: - 5.5 - 5.4 - 5.3 + - 5.2 -script: cd ./tools/ && make all +script: cd ./tools/ && make test diff --git a/tools/Makefile b/tools/Makefile index 2533f675..68ce7ccb 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -103,6 +103,10 @@ pot: rm -f files.txt +test: + php test.php + + all: make update make package diff --git a/var/Widget/XmlRpc.php b/var/Widget/XmlRpc.php index e9b0da55..3a2525b7 100644 --- a/var/Widget/XmlRpc.php +++ b/var/Widget/XmlRpc.php @@ -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' => '',