Home

Monday, March 19, 2018

Falang PHP Fatal error: Call to undefined method translationFilter::translationFilter()

Solution :
change
parent::translationFilter($contentElement);
to
parent::__construct($contentElement);

No comments:

Post a Comment