MrBertie / pagequery

An all-in-one, multi-column page listing plugin for Dokuwiki
http://www.dokuwiki.org/plugin:pagequery
16 stars 19 forks source link

No check if $meta['date']['created'] not empty #24

Closed falkos closed 10 years ago

falkos commented 10 years ago

In the pagequery.php File on Line 503 you have a check if the $meta['date']['modified'] not empty. But you don't check if $meta['date']['created'] empty.

If this var empty, you see a Illegal string offset error.

MrBertie commented 10 years ago

Thanks, I've changed this for the next release.

falkos commented 10 years ago

Nice, its my first bugreport on Github :-D

Von meinem iPhone gesendet

Am 18.01.2014 um 20:04 schrieb MrBertie notifications@github.com:

Thanks, I've changed this for the next release.

— Reply to this email directly or view it on GitHub.