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
Sympa
Commits
1c76a1a0
Commit
1c76a1a0
authored
Jul 30, 2021
by
IKEDA Soji
Browse files
Fix a typo.
parent
ea62bdb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Conf.pm
View file @
1c76a1a0
...
...
@@ -272,7 +272,8 @@ sub get_robot_conf {
if
(
defined
$robot
and
$robot
ne
'
*
')
{
return
$Conf
{'
robots
'}{
$robot
}{
$key
}
if
defined
(
$Conf
{'
robots
'}{
$robot
}
//
{})
->
{
$key
};
if
defined
$Conf
{'
robots
'}{
$robot
}
and
defined
$Conf
{'
robots
'}{
$robot
}{
$key
};
}
# default
return
$Conf
{
$key
};
...
...
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