mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-01 21:04:09 +01:00
fix a warning
SVN-Revision: 9667
This commit is contained in:
parent
eeebde136d
commit
e484fd5100
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ sub search_feed {
|
|||
foreach my $substr (@substr) {
|
||||
my $match;
|
||||
foreach my $key (qw(name title description)) {
|
||||
$substr and $pkg->{$key} =~ m/$substr/i and $match = 1;
|
||||
$pkg->{$key} and $substr and $pkg->{$key} =~ m/$substr/i and $match = 1;
|
||||
}
|
||||
$match or undef $pkgmatch;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue