impresspages / ImpressPages

ImpressPages is php framework with admin panel. Build functional website in one hour.
http://www.impresspages.org
Other
501 stars 179 forks source link

Parse error: syntax error, unexpected 'array' (T_ARRAY) ...../Ip/Form/Field/Color.php #852

Closed myke4416 closed 7 years ago

myke4416 commented 7 years ago

There is an error in the current Color.php file. For any theme I would try and edit - I would receive: Parse error: syntax error, unexpected 'array' (T_ARRAY) in /my/site/path/Ip/Form/Field/Color.php on line 51 The array is repeated several times in the file. To correct the problem, edit the file, deleting the repeated array statements. This has been driving me nuts as I am not much of a programmer... but this does affect everyone using IP 5.0.2!

BTW - ImpressPages is EXCELLENT software and has saved me many hours of web development time!!! THANK YOU!!!!

maskas commented 7 years ago

I guess here is the fix https://github.com/impresspages/ImpressPages/pull/850