[I212] Fix general series page generation #213
@ -323,7 +323,7 @@ sub get_ids_from_db {
|
||||
|| die $tt->error(), "\n";
|
||||
|
||||
# Starts with a newline and comma
|
||||
return split(/,/, substr($selected_ids, 2));
|
||||
return split(/,/, substr($selected_ids, 1));
|
||||
}
|
||||
|
||||
sub get_filename {
|
||||
|
Loading…
Reference in New Issue
Block a user