Zend Framework

Correction for "Retrieving a nickname"

Details

  • Type: Docs:  Problem Docs: Problem
  • Status: Resolved Resolved
  • Priority: Trivial Trivial
  • Resolution: Fixed
  • Affects Version/s: 1.0.1
  • Fix Version/s: 1.0.2
  • Component/s: Zend_Gdata
  • Labels:
    None
  • Language:
    English

Description

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

Activity

Hide
Trevor Johns added a comment -

Yup, this is definitely a bug.

Show
Trevor Johns added a comment - Yup, this is definitely a bug.
Hide
Trevor Johns added a comment -

Patch built and sent to rboyd for review.

Show
Trevor Johns added a comment - Patch built and sent to rboyd for review.
Hide
Ryan Boyd added a comment -

Fixed in SVN rev 6375

Show
Ryan Boyd added a comment - Fixed in SVN rev 6375
Hide
Darby Felton added a comment -

Documentation fix goes out with 1.0.2.

Show
Darby Felton added a comment - Documentation fix goes out with 1.0.2.

People

Vote (1)
Watch (2)

Dates

  • Created:
    Updated:
    Resolved: