1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 17:31:29 +00:00

fix broken selection of user manager

This commit is contained in:
Andrew Dolgov
2005-12-29 16:52:05 +01:00
parent 8926aab826
commit 4154a4158f

View File

@@ -3505,7 +3505,7 @@
$uid = $line["id"];
$edit_uid = $_GET["id"];
if ($uid == $_SESSION["uid"] || ($subop == "edit" && $uid != $edit_uid)) {
if ($subop == "edit" && $uid != $edit_uid) {
$class .= "Grayed";
$this_row_id = "";
} else {