From 1f600dc1a010381f50f00896cd2fc0d13f4625f7 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Wed, 8 Jan 2014 20:07:02 +0000 Subject: [PATCH] When editing a device return to the edit page rather than the list. --- app/devices/device_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/devices/device_edit.php b/app/devices/device_edit.php index e23a9de84d..037379d0b0 100644 --- a/app/devices/device_edit.php +++ b/app/devices/device_edit.php @@ -296,7 +296,7 @@ require_once "resources/require.php"; //redirect the user require_once "resources/header.php"; - echo "\n"; + echo "\n"; echo "
\n"; echo $text['message-add']."\n"; echo "
\n";