Getting new updates from upstream

This commit is contained in:
Your Name 2022-10-05 03:57:26 -05:00
commit 313cf2ea80

View File

@ -20,6 +20,9 @@ function add_dir(string $base): array
$filename = basename($full_path);
$tags = path_to_tags($short_path);
if ($tags[0] == "\\") {
$tags = "";
}
$result = "$short_path (".str_replace(" ", ", ", $tags).")... ";
try {
add_image($full_path, $filename, $tags);