mirror of
https://github.com/friendica/friendica
synced 2025-04-29 00:24:24 +02:00
Issue 14295: Store the return url as hex string
This commit is contained in:
parent
33e26b966e
commit
c42cff691a
4 changed files with 8 additions and 4 deletions
|
@ -868,7 +868,7 @@ class HTML
|
|||
'$save_label' => $save_label,
|
||||
'$search_hint' => DI::l10n()->t('@name, !group, #tags, content'),
|
||||
'$mode' => $mode,
|
||||
'$return_url' => urlencode(Search::getSearchPath($s)),
|
||||
'$return_url' => bin2hex(Search::getSearchPath($s)),
|
||||
];
|
||||
|
||||
if (!$aside) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue