From 33a6b87b8d0e1712c70d1dc3d33cf4275c61a1d2 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; ?>