mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
Let use translate strings extension in login page - #1706
This commit is contained in:
parent
e895d06016
commit
e5ce6ee631
@ -388,7 +388,7 @@ function __ ($string /*, variable arguments */) {
|
||||
return $tranlateString;
|
||||
}
|
||||
}
|
||||
elseif (enterprise_installed() &&
|
||||
elseif (enterprise_installed &&
|
||||
isset($config['translate_string_extension_installed']) &&
|
||||
$config['translate_string_extension_installed'] == 1 &&
|
||||
array_key_exists('translate_string.php', $extensions)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user