Forums
(@ys3f)
10 years ago
Same problem, same solution:
$allowed = [‘zh-cn’,’zh-tw’]; Change to: $allowed = array(‘zh-cn’,’zh-tw’); Many Thanks