I just uploaded some new photos, and the date on the album stayed at 6/21/08. Is that normal? What's the point of showing the album date if it's always the same?
If I delete this at line 74 of class-image.php is that a good way to get the date to update?
if (is_null($alb->getDateTime())) {
Oh, I see. So I should copy the code from right above that? Like...
`$this->album->setDateTime(strftime('%Y/%m/%d %T', filemtime($this->localpath)));
$this->album->save();`
Was this done? Which file has the code to implement this option?
Ignore my last comment, I upgraded to 1.2.1 and I now see the admin option "Use latest image date". I set that to "on" and refreshed my metadata, but the album date still uses an older date.
Just added a new image to an existing album and the date didn't change. Please propose a test for this, or should I log a bug?