Thank you for fix, I've tested it.

Sincerely,

On 4/2/07, Olivier Sirven <[EMAIL PROTECTED]> wrote:

Hi,

The issue has been fixed with commit r4299. Please give it a try and
thanks
for the report!

Olivier

Le lundi 2 avril 2007, Olivier Sirven a écrit :
> Hi,
>
> A JIRA issue has been created here:
> http://framework.zend.com/issues/browse/ZF-1183
> Thanks for the report!
>
> Olivier
>
> Le lundi 2 avril 2007, Alexander Netkachev a écrit :
> > Hi,
> >
> > Currently feed sets all entry updated time to current time.
> >
> > 273            $updated = isset($array->lastUpdate) ?
$array->lastUpdate
> > : time();
> > should be
> > 273            $updated = isset($dataentry->lastUpdate) ?
> > $dataentry->lastUpdate : time();
> >
> > array -> dataentry
> > ?
> >
> > Sincerely,




--
Alexander
http://www.alexatnet.com/ - Blog and CMS created with Zend Framework and
Ajax.

Reply via email to