dimayakovlev / getsimple-cms-extended

GetSimple CMS Extended
https://github.com/dimayakovlev/getsimple-cms-extended
GNU General Public License v3.0
1 stars 0 forks source link

Function getTransliteration() must always return array #91

Closed dimayakovlev closed 1 day ago

dimayakovlev commented 1 day ago

To prevent errors function getTransliteration() must always return array. This will remove the type check in the function doTransliteration().

Part of #83.