Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
a78d9777
Commit
a78d9777
authored
Nov 10, 2020
by
frankiejol
Browse files
refactor(backend): fixed typo
parent
48ecb832
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
a78d9777
...
...
@@ -3975,7 +3975,7 @@ sub _refresh_active_domain($self, $domain, $active_domain) {
sub
_refresh_hibernated
($self, $domain) {
return
unless
$domain
->
is_hibernated
();
$domain
->
_post_hibernate
d
()
if
!
$domain
->
_data
('
post_hibernated
');
$domain
->
_post_hibernate
()
if
!
$domain
->
_data
('
post_hibernated
');
}
sub
_refresh_down_domains
($self, $active_domain, $active_vm) {
...
...
Write
Preview
Supports
Markdown
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