mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-23 01:13:06 -04:00
Change project layout for composer (#624)
This commit is contained in:
@@ -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'));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user