mirror of
https://github.com/YGGverse/Pulsar.git
synced 2026-04-01 10:15:32 +00:00
remove urlencode filter
This commit is contained in:
parent
07307d6676
commit
3000f643f8
1 changed files with 2 additions and 6 deletions
|
|
@ -132,9 +132,7 @@ class Nex implements MessageComponentInterface
|
||||||
{
|
{
|
||||||
$lines[] = sprintf(
|
$lines[] = sprintf(
|
||||||
'=> /%s %s',
|
'=> /%s %s',
|
||||||
urlencode(
|
$channel->alias,
|
||||||
$channel->alias
|
|
||||||
),
|
|
||||||
$channel->title
|
$channel->title
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
@ -221,9 +219,7 @@ class Nex implements MessageComponentInterface
|
||||||
{
|
{
|
||||||
$lines[] = sprintf(
|
$lines[] = sprintf(
|
||||||
'=> /%s %s',
|
'=> /%s %s',
|
||||||
urlencode(
|
$channel->alias,
|
||||||
$channel->alias
|
|
||||||
),
|
|
||||||
$channel->title
|
$channel->title
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue