History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: ZF-1871
Type: Docs:  Problem Docs: Problem
Status: Resolved Resolved
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Trevor Johns
Reporter: Darby Felton
Votes: 1
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Zend Framework

Correction for "Retrieving a nickname"

Created: 22/Aug/07 12:00 PM   Updated: 17/Sep/07 09:32 AM
Component/s: Zend_Gdata
Affects Version/s: 1.0.1
Fix Version/s: 1.0.2

Time Tracking:
Not Specified

Language: English
Resolution Date: 16/Sep/07 12:59 PM


 Description  « Hide
Original request from Kubek Bartosz:

Good morning,

I'd like to inform You that it is high likely, that there is a mistake in ZF manual.
Please navigate to this section of reference guide:
http://framework.zend.com/manual/en/zend.gdata.gapps.html#zend.gdata.gapps.nicknames
Now go to the subsection "14.6.3.2. Retrieving a nickname".
In the second code-box, currently there is :

<?php
$query = $gdata->newNicknameQuery('bar'); $nickname = $gdata->getNickname($query); ...

and IMHO this line should be :

<?php
$query = $gdata->newNicknameQuery('bar'); $nickname = $gdata->getNicknameEntry($query); ...

Could it be that I'm wrong, but I prefer to make things clear and in order Please reply my suggestion if possible.

And sorry that I'm writing to this mail address, but I haven't idea with who I should contact to.

Thank You
Greets
Kubek Bartosz
http://www.blog.heavymind.net



 All   Comments   Work Log   Change History   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Trevor Johns - 22/Aug/07 05:51 PM
Yup, this is definitely a bug.

Trevor Johns - 22/Aug/07 06:38 PM
Patch built and sent to rboyd for review.

Ryan Boyd - 16/Sep/07 12:59 PM
Fixed in SVN rev 6375

Darby Felton - 17/Sep/07 09:32 AM
Documentation fix goes out with 1.0.2.