Skip to content

Commit

Permalink
Fixed typo in topTags method
Browse files Browse the repository at this point in the history
Preparing for release


git-svn-id: http://svn.php.net/repository/pear/packages/Services_Technorati/trunk@197194 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
James Stewart committed Sep 30, 2005
1 parent 0ad900b commit b11520f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Services/Technorati.php
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ function tag($tag, $options = null)
function topTags($options = null)
{
$valid_options = array('limit', 'start');
return $this->_general("topTags", array(),
return $this->_general("toptags", array(),
$valid_options, $options);
}

Expand Down
5 changes: 4 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ Services_Technorati provides an interface to all of the query types in Technorat
<version>0.6.6beta</version>
<state>beta</state>
<date>2005-09-24</date>
<notes>Cleaning up docblocks and versioning data</notes>
<notes>Cleaning up docblocks and versioning data
Changed license to LGPL
Fixed bug in return value of _checkOptions()
Fixed typo in topTags method</notes>
<filelist>
<dir name="/" baseinstalldir="" />
<dir name="Services" role="php">
Expand Down
2 changes: 1 addition & 1 deletion test/Services_Technorati_Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Webservices_Technorati_TestCase extends PHPUnit_Testcase
var $tapi;

// contains our API key
var $key;
var $key = "492a5486316000b6c9797e05cd64d846";

/* constructor for test suite */
function Webservices_Technorati_Testcase($name) {
Expand Down

0 comments on commit b11520f

Please sign in to comment.