[dokuwiki] New PR: Fix/Harmonize inconsistent Tag names that lead to reporting wrong dates.

  • From: "backface" <wiki@xxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Tue, 4 Jun 2019 20:14:51 +0200 (CEST)

Hi,

backface opened a new pull request at 
https://github.com/splitbrain/dokuwiki/pull/2788:

I was wondering why
tpl_img_getTag('Date.EarliestTime');
was reporting wrong dates: File modification date instead of the ealier 
EXIF:DateTimeOriginal.

I found the bug in JpegMeta.php where the tag is referred to as 
"DateTimeOriginal" in one part, but as "DatetimeOriginal" in the other part of 
the script. Fixing the name in the EXIF tag name definition to 


Please help us to review this pull request, so new contributors get feedback in 
a timely manner.

a4cd9730-86f4-11e9-97b2-3cdb92149282


-- 
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Other related posts:

  • » [dokuwiki] New PR: Fix/Harmonize inconsistent Tag names that lead to reporting wrong dates. - backface