amereservant / FlickerdTheme

A ZenPhoto.org Flickr-like theme
7 stars 1 forks source link

Two bugs with fixes #15

Open Afwas opened 11 years ago

Afwas commented 11 years ago

1) You seem to have made a mistake in themeoptions.php:41 This should be setOptionDefault('zenpage', 1); // This never get's changed

2) To get the mtime for the function printFlkrFeed() in flickerd.class.php:165 use

$image->getData()['mtime'] not $image->data['mtime'] on line 200

This resolves all WARNINGs reported on the Logs->debug section of the admin panel.