mirror of
https://github.com/Circlepuller/Tinyboard.git
synced 2025-04-13 02:42:00 +02:00
4chan api: add missing tim
field
This commit is contained in:
parent
faaa0eab3a
commit
2664a84974
@ -90,6 +90,8 @@ class Api {
|
||||
$dotPos = strrpos($post->filename, '.');
|
||||
$apiPost['filename'] = substr($post->filename, 0, $dotPos);
|
||||
$apiPost['ext'] = substr($post->filename, $dotPos);
|
||||
$dotPos = strrpos($post->file, '.');
|
||||
$apiPost['tim'] = substr($post->file, 0, $dotPos);
|
||||
}
|
||||
|
||||
// Handle country field
|
||||
|
Loading…
x
Reference in New Issue
Block a user