mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6552 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a497a75aac
commit
f9b2a95af6
1 changed files with 2 additions and 2 deletions
|
|
@ -112,8 +112,8 @@
|
|||
$output = preg_replace($pattern, 'src=$1'.$real_path.'$3/$4.$5$6', $output);
|
||||
|
||||
if(Context::get('vid')) {
|
||||
$pattern = '/\/'.Context::get('vid').'\?(.+)/is';
|
||||
$output = preg_replace($pattern, '/?$1', $output);
|
||||
$pattern = '/\/'.Context::get('vid').'\?([^=]+)=/is';
|
||||
$output = preg_replace($pattern, '/?$1=', $output);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue