Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
5d82cd2e
Commit
5d82cd2e
authored
Sep 04, 2014
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor bug fix.
parent
4eac8a88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
www/aptui/status.php
www/aptui/status.php
+2
-3
No files found.
www/aptui/status.php
View file @
5d82cd2e
...
...
@@ -126,9 +126,8 @@ $cansnap = ((isset($this_user) &&
$this_user
->
idx
()
==
$profile
->
creator_idx
())
||
ISADMIN
()
?
1
:
0
);
$canclone
=
((
$profile
->
published
()
&&
isset
(
$this_user
)
&&
((
$this_user
->
idx
()
==
$creator
->
idx
()
&&
$this_user
->
idx
()
==
$profile
->
creator_idx
())
||
ISADMIN
()))
?
1
:
0
);
$this_user
->
idx
()
==
$creator
->
idx
())
||
ISADMIN
()
?
1
:
0
);
$snapping
=
0
;
$oneonly
=
(
isset
(
$oneonly
)
&&
$oneonly
?
1
:
0
);
...
...
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