splitbrain / dokuwiki-plugin-data

Add and query structured data in your DokuWiki
http://www.dokuwiki.org/plugin:data
GNU General Public License v2.0
50 stars 34 forks source link

Fix section edit error message #215

Closed micgro42 closed 6 years ago

micgro42 commented 6 years ago

The signature of startSectionEdit was changed in splitbrain/dokuwiki#2220 in a non backwards compatible way. This adjusts for that change in a way that should still work for pre-Greebo versions.

glensc commented 5 years ago

this change broke php 5.3 compatibility (short array syntax).

sadly there's no metadata where to record plugin php and dokuwiki compatibility.

micgro42 commented 5 years ago

You really, really shouldn't run PHP5.3 anymore. Not even 5.6 or 7.0. Compatibility with anything below 5.6 is purely accidental.

glensc commented 5 years ago

This isn't about what I should or should not.

splitbrain commented 5 years ago

what @micgro42 meant: won't fix