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
6537f9a1
Commit
6537f9a1
authored
Aug 16, 2019
by
frankiejol
Browse files
fixed when no display info available
parent
49ed4b61
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada/Front/Domain.pm
View file @
6537f9a1
...
...
@@ -79,7 +79,10 @@ sub display($self, $user) {
}
sub
display_info
($self, $user) {
return
decode_json
(
$self
->
_data
('
display
'));
my
$display
=
$self
->
_data
('
display
');
return
{}
if
!
$display
;
return
decode_json
(
$display
);
}
sub
display_file_tls
($self, $user) {
...
...
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