neptuo / is4wfw

PHP based CMS with multi domain support, virtual file system, library for team-sport fixtures and statistics, and many other features.
http://is4wfw.neptuo.com
Apache License 2.0
1 stars 0 forks source link

Bug in generated code for property references #508

Closed maraf closed 1 year ago

maraf commented 1 year ago
<php:set property="web:pageTitle" value="X" />

Generates code where setPageTitle is gets two arguments (propertyName, value), but only anyProperty should get property name as first argument.