diff options
Diffstat (limited to 'lib.php')
-rw-r--r-- | lib.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -179,6 +179,7 @@ P; global $_t; + $_t[$s] = trim(str_replace(array('{ok}', '{OK}', '{Ok}', '{oK}'), '', $_t[$s])); return array_key_exists($s, $_t) ? $_t[$s] : $s; } } |