mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
change torrent pos_state to varchar, support more sticky level
This commit is contained in:
@@ -568,5 +568,6 @@ function nexus_trans($key, $replace = [], $locale = null)
|
||||
$search = array_map(function ($value) {return ":$value";}, array_keys($replace));
|
||||
$result = str_replace($search, array_values($replace), $result);
|
||||
}
|
||||
do_log("key: $key, replace: " . nexus_json_encode($replace) . ", locale: $locale, getKey: $getKey, result: $result");
|
||||
return $result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user