diff --git a/app/ring_groups/resources/dashboard/ring_group_forward.php b/app/ring_groups/resources/dashboard/ring_group_forward.php index d69b32487b..6d114503ca 100644 --- a/app/ring_groups/resources/dashboard/ring_group_forward.php +++ b/app/ring_groups/resources/dashboard/ring_group_forward.php @@ -59,8 +59,8 @@ //find the path switch ($_SERVER['REQUEST_URI']) { - case PROJECT_PATH."/app/dashboard/index.php": - $validated_path = PROJECT_PATH."/app/dashboard/index.php"; + case PROJECT_PATH."/core/dashboard/index.php": + $validated_path = PROJECT_PATH."/core/dashboard/index.php"; break; case PROJECT_PATH."/app/ring_groups/ring_group_forward.php": $validated_path = PROJECT_PATH."/app/ring_groups/ring_group_forward.php"; @@ -107,7 +107,7 @@ //set message message::add($text['message-update']); - $validated_path = PROJECT_PATH."/app/dashboard/index.php"; + $validated_path = PROJECT_PATH."/core/dashboard/index.php"; //redirect the user header("Location: ".$validated_path);