diff --git a/src/tasks.php b/src/tasks.php index e1a6ae273..120947569 100755 --- a/src/tasks.php +++ b/src/tasks.php @@ -361,6 +361,10 @@ $copy = TaskUtils::getFromPretask($copy); } } + else if (isset($_GET["hashlist"])) { + $hashlistId = $_GET["hashlist"]; + } + if ($copy === null) { $copy = TaskUtils::getDefault(); } diff --git a/src/templates/hashlists/detail.template.html b/src/templates/hashlists/detail.template.html index a647799d8..63e888f8e 100644 --- a/src/templates/hashlists/detail.template.html +++ b/src/templates/hashlists/detail.template.html @@ -181,13 +181,20 @@