fixes #2007 no longer possible to update a filteredSearch

* Piwigo will create a new search for any modification in the filters
* we keep the "origin" of the new search with piwigo_search.forked_from field
This commit is contained in:
plegall
2023-09-27 16:30:05 +02:00
parent 61492d092e
commit fdd2177e78
5 changed files with 38 additions and 50 deletions
+2 -1
View File
@@ -92,5 +92,6 @@ if (count($first_author) > 0)
);
}
save_search_and_redirect($search);
list($search_uuid, $search_url) = save_search($search);
redirect($search_url);
?>