mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Remove vid handling code from HTMLDisplayHandler
This commit is contained in:
parent
c7949e11db
commit
f8ea38c22d
1 changed files with 0 additions and 6 deletions
|
|
@ -212,12 +212,6 @@ class HTMLDisplayHandler
|
|||
|
||||
$pattern = '/href=(["\'])(\?[^"\']+)/s';
|
||||
$output = preg_replace($pattern, 'href=$1' . \RX_BASEURL . '$2', $output);
|
||||
|
||||
if(Context::get('vid'))
|
||||
{
|
||||
$pattern = '/\/' . Context::get('vid') . '\?([^=]+)=/is';
|
||||
$output = preg_replace($pattern, '/?$1=', $output);
|
||||
}
|
||||
}
|
||||
|
||||
// prevent the 2nd request due to url(none) of the background-image
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue