This is an automated email from the ASF dual-hosted git repository.

gstein pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/steve.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 1379e93  the correct reference is result.uid
1379e93 is described below

commit 1379e93b3a3e3b03525280cbfa72dabb8d8a5b75
Author: Greg Stein <[email protected]>
AuthorDate: Sat Oct 25 01:12:30 2025 -0500

    the correct reference is result.uid
---
 v3/server/pages.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/v3/server/pages.py b/v3/server/pages.py
index 822415d..7a998aa 100644
--- a/v3/server/pages.py
+++ b/v3/server/pages.py
@@ -231,7 +231,7 @@ async def admin_page():
 
         result = await basic_info()
         result.title = 'Unknown Person'
-        result.pid = pid
+        result.pid = result.uid
         # Note: result.uid (and friends) are needed for the navbar.
         raise_404(T_BAD_PID, result)
         # NOTREACHED

Reply via email to