forked from GithubBackups/vichan
disable for now
This commit is contained in:
parent
3b9be5c161
commit
34bfa3eaad
@ -100,7 +100,7 @@ class Api {
|
|||||||
$fields = $threadsPage ? $this->threadsPageFields : $this->postFields;
|
$fields = $threadsPage ? $this->threadsPageFields : $this->postFields;
|
||||||
$this->translateFields($fields, $post, $apiPost);
|
$this->translateFields($fields, $post, $apiPost);
|
||||||
|
|
||||||
if (isset($config['poster_ids'])) $apiPost['id'] = poster_id($post->ip, $post->thread, $board['uri']);
|
//if (isset($config['poster_ids'])) $apiPost['id'] = poster_id($post->ip, $post->thread, $board['uri']);
|
||||||
if ($threadsPage) return $apiPost;
|
if ($threadsPage) return $apiPost;
|
||||||
|
|
||||||
// Handle country field
|
// Handle country field
|
||||||
|
Loading…
x
Reference in New Issue
Block a user