From fba6edd55a6d9a10030dceb65abfd05c07dd5d92 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 5 Jan 2013 05:35:26 +0000 Subject: [PATCH] Change the name of userupdate.php to user_edit.php in the code. --- app/users/app_config.php | 2 +- app/users/usersupdate.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/users/app_config.php b/app/users/app_config.php index b3b95f3d92..f3bca486d3 100644 --- a/app/users/app_config.php +++ b/app/users/app_config.php @@ -32,7 +32,7 @@ $apps[$x]['menu'][0]['uuid'] = '4d532f0b-c206-c39d-ff33-fc67d668fb69'; $apps[$x]['menu'][0]['parent_uuid'] = '02194288-6d56-6d3e-0b1a-d53a2bc10788'; $apps[$x]['menu'][0]['category'] = 'internal'; - $apps[$x]['menu'][0]['path'] = '/app/users/usersupdate.php'; + $apps[$x]['menu'][0]['path'] = 'user/user_edit.php'; $apps[$x]['menu'][0]['groups'][] = 'user'; $apps[$x]['menu'][0]['groups'][] = 'admin'; $apps[$x]['menu'][0]['groups'][] = 'superadmin'; diff --git a/app/users/usersupdate.php b/app/users/usersupdate.php index 27c0d74719..7348437029 100644 --- a/app/users/usersupdate.php +++ b/app/users/usersupdate.php @@ -199,7 +199,7 @@ if (count($_POST)>0 && $_POST["persistform"] != "1") { //redirect the browser require_once "includes/header.php"; - echo "\n"; + echo "\n"; echo "
".$content_users['confirm-update']."
"; require_once "includes/footer.php"; return;