Commit f3021abd authored by Cecilia Vela Gurovic's avatar Cecilia Vela Gurovic Committed by Robert Lyon
Browse files

Bug 1724769: corrected redirection in shared views cancel button

behatnotneeded

Change-Id: I65b20f86ce70f16e3192f63b50251d13554826fc
(cherry picked from commit 14176ab0)
parent 2d601f66
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -378,11 +378,11 @@ if (!empty($institution)) {
        $shareurl = 'admin/site/shareviews.php';
    }
    else {
        $shareurl = 'view/institutionshare.php';
        $shareurl = 'view/institutionviews.php';
    }
}
else if (!empty($group)) {
    $shareurl = 'group/shareviews.php?group=' . $group;
    $shareurl = 'view/groupviews.php?group=' . $group;
}
else {
    $shareurl = 'view/index.php';