mirror of
https://github.com/YGGverse/Yo.git
synced 2026-04-01 02:05:29 +00:00
force results to string
This commit is contained in:
parent
ff8461835d
commit
db9dc8d4ba
3 changed files with 6 additions and 0 deletions
|
|
@ -84,7 +84,9 @@ if ($config->webui->search->index->request->url->enabled && filter_var($q, FILTE
|
|||
[
|
||||
'url' => $url,
|
||||
'rank' => (int) mb_strlen(
|
||||
(string)
|
||||
urldecode(
|
||||
(string)
|
||||
parse_url(
|
||||
$url,
|
||||
PHP_URL_PATH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue