undid to do a pr for it

This commit is contained in:
Lorenzo Yario
2024-04-29 15:20:17 -07:00
committed by GitHub
parent 4674f44327
commit 6cd11d546f

View File

@@ -21,7 +21,6 @@ class Api {
'thread' => 'resto', 'thread' => 'resto',
'subject' => 'sub', 'subject' => 'sub',
'body' => 'com', 'body' => 'com',
'body_nomarkup' => '___body_nomarkup',
'email' => 'email', 'email' => 'email',
'name' => 'name', 'name' => 'name',
'trip' => 'trip', 'trip' => 'trip',
@@ -49,8 +48,6 @@ class Api {
'height' => 'h', 'height' => 'h',
'width' => 'w', 'width' => 'w',
'size' => 'fsize', 'size' => 'fsize',
'thumb' => 'thumb',
'filename' => 'filename',
); );
if (isset($config['api']['extra_fields']) && gettype($config['api']['extra_fields']) == 'array'){ if (isset($config['api']['extra_fields']) && gettype($config['api']['extra_fields']) == 'array'){