lajax / yii2-translate-manager

Translation Manager
MIT License
227 stars 90 forks source link

root can't be set as array #79

Closed blendsoft closed 8 years ago

blendsoft commented 8 years ago

'translatemanager' => [ 'class' => 'lajax\translatemanager\Module', 'root' => [ '@app/themes/seewroclaw', '@app/modules', ], ],

causes

PHP Warning – yii\base\ErrorException

strncmp() expects parameter 1 to be string, array given

in /vendor/yiisoft/yii2/BaseYii.php

moltam commented 8 years ago

Array root handling is not yet released, it is available in dev-master.

squio commented 8 years ago

@moltam when do you expect to release the multi root version? It is confusing that this option is documented already while not yet available in the release.

moltam commented 8 years ago

This is now resolved, the release was tagged.