Change project layout for composer (#624)

This commit is contained in:
jekkos
2016-08-11 18:43:58 +02:00
parent 9e1afd3f2b
commit a6ba67e2fc
1609 changed files with 152606 additions and 869 deletions

View File

@@ -19,7 +19,7 @@ class MY_Lang extends CI_Lang
foreach($loaded as $file)
{
$this->load(strtr($file, '', '_lang.php'));
$this->load(strtr($file, '', '_lang.php'));
}
}
}