correct alias-domainid for reverse-lookup-search
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -163,7 +163,7 @@ class Linker
|
||||
}
|
||||
|
||||
// Encode parameters and add them to the link
|
||||
$link .= urlencode($key) . '=' . urlencode($value);
|
||||
$link .= urlencode($key) . (!empty($value) ? '=' . urlencode($value) : '');
|
||||
}
|
||||
|
||||
// Reset our class for further use
|
||||
|
||||
@@ -93,7 +93,7 @@ return [
|
||||
'section' => 'domains',
|
||||
'page' => 'domains',
|
||||
'searchfield' => 'd.aliasdomain',
|
||||
'searchtext' => ':id'
|
||||
'searchtext' => ':domainaliasid'
|
||||
],
|
||||
'visible' => [Domain::class, 'canEditAlias']
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user