Some more linting thanks to scrutinizer-ci
This commit is contained in:
@ -208,6 +208,7 @@ class DanbooruApi extends Extension {
|
||||
|
||||
// Fire off an event which should process the new file and add it to the db
|
||||
$fileinfo = pathinfo($filename);
|
||||
$metadata = array();
|
||||
$metadata['filename'] = $fileinfo['basename'];
|
||||
$metadata['extension'] = $fileinfo['extension'];
|
||||
$metadata['tags'] = $posttags;
|
||||
|
Reference in New Issue
Block a user