From 50d1693199c2270ecd2d6d0817c749aba65e0647 Mon Sep 17 00:00:00 2001 From: CaMer0n <cameron@e107coders.org> Date: Wed, 5 Aug 2009 14:16:57 +0000 Subject: [PATCH] Fixed usersetting.php url when editing a user from admin. --- e107_files/e_url/core/user/main.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e107_files/e_url/core/user/main.php b/e107_files/e_url/core/user/main.php index 6bf7f4a6e..4d1cca759 100644 --- a/e107_files/e_url/core/user/main.php +++ b/e107_files/e_url/core/user/main.php @@ -1,7 +1,7 @@ <?php /* * Copyright e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt) -* $Id: main.php,v 1.3 2008-12-22 03:15:04 mcfly_e107 Exp $ +* $Id: main.php,v 1.4 2009-08-05 14:16:57 e107coders Exp $ * * eURL configuration script */ @@ -15,7 +15,7 @@ function url_user_main($parms) break; case 'settings': - return e_HTTP.'usersettings.php?id.'.$parms['id']; + return e_HTTP.'usersettings.php?'.$parms['id']; break; }