Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
c944f36d
Commit
c944f36d
authored
Aug 27, 2021
by
Francesc Guasch
Browse files
refactor(log): fix undefined var
parent
3219920b
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
c944f36d
...
...
@@ -701,7 +701,7 @@ sub _update_table_isos_url($self, $data) {
.
"
WHERE id=?
"
);
$sth_update
->
execute
(
$entry
->
{
$field
},
$row
->
{
id
});
warn
("
INFO: updating
$release
$field
'
$row
->{
$field
}' -> '
$entry
->{
$field
}'
\n
")
warn
("
INFO: updating
$release
$field
'
"
.
(
$row
->
{
$field
}
or
'')
.
"
' -> '
$entry
->{
$field
}'
\n
")
if
!
$FIRST_TIME_RUN
&&
$
0
!~
/\.t$/
;
}
}
...
...
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