From 9a7cb91c1aed55858caad79645fd69e1484f1af6 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 25 Aug 2019 09:09:17 -0600 Subject: [PATCH] Update device_copy.php --- app/devices/device_copy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/devices/device_copy.php b/app/devices/device_copy.php index 92b902c7e0..f77ad79f3b 100644 --- a/app/devices/device_copy.php +++ b/app/devices/device_copy.php @@ -166,7 +166,7 @@ } //redirect - header("Location: devices.php?id=".$device_uuid); + header("Location: device_edit.php?id=".$device_uuid); return; ?>