ConX / dokuwiki-plugin-authorstats

Dokuwiki plugin that outputs statistics about the wiki's authors.
http://www.dokuwiki.org/plugin:authorstats
8 stars 7 forks source link

Parse error (out of the box installation)--How to fix it? #17

Closed javenn closed 10 years ago

javenn commented 10 years ago

Parse error: syntax error, unexpected '[' ...\lib\plugins\authorstats\syntax.php on line 127

Is there any way to fix it if i don't want to change the php version?

Thanks.

javenn commented 10 years ago

use these to get authors $authors = authorstatsReadJSON(); $authors = $authors["authors"];

instead of $authors = authorstatsReadJSON()["authors"];

ConX commented 10 years ago

Thanks @javenn I will check this issue asap.

ConX commented 10 years ago

Duplicate of #16 which is fixed thanks @javenn for the pointer.