Skip to content
GitLab
Menu
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
e4806b78
Commit
e4806b78
authored
Apr 26, 2007
by
Leigh B. Stoller
Browse files
Fix to ShowExperiments; reversed permission test that controlled what
experiments a user sees.
parent
dbf76dcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/osinfo_defs.php
View file @
e4806b78
...
...
@@ -402,7 +402,7 @@ class OSinfo
if
(
!
(
$experiment
=
Experiment
::
LookupByPidEid
(
$pid
,
$eid
)))
{
continue
;
}
if
(
$experiment
->
AccessCheck
(
$user
,
$TB_EXPT_READINFO
))
{
if
(
!
$experiment
->
AccessCheck
(
$user
,
$TB_EXPT_READINFO
))
{
$other_exps
++
;
continue
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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