lajax / yii2-translate-manager

Translation Manager
MIT License
227 stars 89 forks source link

Fix invalid column name in findOne() condition #118

Closed moltam closed 6 years ago

moltam commented 6 years ago

For security reasons the ActiveRecord::findOne() checks the existence of a column since Yii 2.0.15. Because of this, the 'md5(column)' format is not accepted anymore, so the regular find() method need to be used instead.

fixes #117