* [MOD] Moved non-configuration files from config to resources directory

* [FIX] Fixed wrong behavior while testing ArchiveHandler on unit tests
This commit is contained in:
nuxsmin
2018-11-12 08:29:18 +01:00
committed by Rubén D
parent 1e51f1757c
commit e37bc14901
8 changed files with 7 additions and 8 deletions

View File

@@ -82,7 +82,7 @@ final class BootstrapController extends SimpleControllerBase
*/
private function getJsLang()
{
return require CONFIG_PATH . DIRECTORY_SEPARATOR . 'strings.js.inc';
return require RESOURCES_PATH . DIRECTORY_SEPARATOR . 'strings.js.inc';
}
/**