diff options
-rw-r--r-- | profile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profile.php b/profile.php index d834144..fe86daa 100644 --- a/profile.php +++ b/profile.php @@ -65,7 +65,7 @@ $tplVars['subtitle'] = $title; $tplVars['user'] = $user; $tplVars['userid'] = $userid; -if (isset($_POST['submitted'])) { +if (isset($_POST['submitted']) && $currentUserID == $userid) { $error = false; $detPass = trim($_POST['pPass']); $detPassConf = trim($_POST['pPassConf']); |