mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-05 14:24:05 -04:00
EXT constant deprecated, upgrade Step 20 (#120)
This commit is contained in:
@@ -62,7 +62,7 @@ class Languagecheck extends CI_Controller {
|
||||
foreach( $references as $reference )
|
||||
{
|
||||
// skip non-language files in the language directory
|
||||
if ( strpos($reference, '_lang'.EXT) === FALSE )
|
||||
if ( strpos($reference, '_lang.php') === FALSE )
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user