mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-10 10:42:59 +02:00
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:
+2
-1
@@ -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);
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user