Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
42db6f99
Commit
42db6f99
authored
Mar 22, 2007
by
Russ Fish
Browse files
Tiny bug in "Could not lookup object for user" error.
parent
e941712b
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/group_defs.php
View file @
42db6f99
...
...
@@ -968,7 +968,7 @@ class Group
$trust
=
$row
[
"trust"
];
if
(
!
(
$target_user
=
User
::
Lookup
(
$uid_idx
)))
{
TBERROR
(
"Could not lookup object for user
$
target_u
id
"
,
1
);
TBERROR
(
"Could not lookup object for user
$
uid_
id
x
"
,
1
);
}
$usr_name
=
$target_user
->
name
();
$usr_email
=
$target_user
->
email
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment