Merge pull request #610 from Zimmedon/develop
bulk_add_csv: Run Tag::explode() on the tags
This commit is contained in:
commit
d608b68387
@ -126,7 +126,7 @@ class BulkAddCSV extends Extension {
|
||||
$list .= "<br>".html_escape("$shortpath (".str_replace(" ", ", ", $tags).")... ");
|
||||
if (file_exists($csvdata[0]) && is_file($csvdata[0])) {
|
||||
try{
|
||||
$this->add_image($fullpath, $pathinfo["basename"], $tags, $source, $rating, $thumbfile);
|
||||
$this->add_image($fullpath, $pathinfo["basename"], Tag::explode($tags), $source, $rating, $thumbfile);
|
||||
$list .= "ok\n";
|
||||
}
|
||||
catch(Exception $ex) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user