Install CI langauges in system/language as before (#624)

Map CI language folder with ospos language code
This commit is contained in:
jekkos
2016-08-18 08:27:54 +02:00
parent af6b323013
commit 59bbe55215
630 changed files with 1213 additions and 5147 deletions

View File

@@ -80,7 +80,7 @@ class Tracking_lib
$event = $this->tracking->createTracking('Factory', array(
'an' => 'OSPOS',
'av' => $this->CI->config->item('application_version') . ' - ' . substr($this->CI->config->item('commit_sha1'), 5, 12),
'ul' => $this->CI->config->item('language'),
'ul' => current_language_code(),
'dh' => $_SERVER['SERVER_ADDR'],
'dp' => $path,
'dt' => $title,