Multilingual bug report/fix
-
Hello,
In
classes/class.newsmanUtils.php
, there are several references to__DIR__.DIRECTORY_SEPARATOR.'install'
.However,
install
is not a subdirectory ofclasses
, so these must be replaced with:NEWSMAN_PLUGIN_PATH.DIRECTORY_SEPARATOR.'install'
Otherwise, setting up multi-language email templates can be buggy (e.g. the list of pre-packaged supported languages is empty).
- The topic ‘Multilingual bug report/fix’ is closed to new replies.