david-szabo97 / grav-plugin-admin-addon-revisions

An extension for Grav Admin plugin which adds revisions for pages.
MIT License
11 stars 8 forks source link

Parse error: syntax error, unexpected '.', expecting ',' or '; #9

Closed michaeldn closed 7 years ago

michaeldn commented 7 years ago

Upon Installing I receive the error:

Parse error: syntax error, unexpected '.', expecting ',' or '; in /home/mydomain/user/plugins/admin-addon-revisions/admin-addon-revisions.php on line 19

The parse error is not accurate but still breaks the site/admin panel.

david-szabo97 commented 7 years ago

v1.1.1 fixes this. The code was relying on PHP 5.6 feature.

Thank you, I'll leave this open till you approve it is fixed.

michaeldn commented 7 years ago

Yes fixed! Thank you kindly this feature makes editing much more simple.