Skip to content

Commit

Permalink
More fixes on comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ikedas committed Feb 18, 2021
1 parent 1bf5fd2 commit cc32e7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/Conf.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1703,8 +1703,8 @@ sub _load_config_file_to_hash {
$keyword = {
merge_feature =>
'personalization_feature', # 6.0b.2 - 6.2.59b.1
use_blacklist => 'use_blocklist', # ??? - 6.2.60
domains_blacklist => 'domains_blocklist', # ??? - 6.2.60
use_blacklist => 'use_blocklist', # 5.3a.4 - 6.2.60
domains_blacklist => 'domains_blocklist', # 6.2.41b.1 - 6.2.60
}->{$keyword} // $keyword;

if ( exists $params{$keyword}
Expand Down

0 comments on commit cc32e7c

Please sign in to comment.