mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
canonical url이 엔티티로 중복 처리 될 수 있는 문제 수정
This commit is contained in:
parent
4d1df5701d
commit
07ede48e7c
1 changed files with 1 additions and 1 deletions
|
|
@ -2657,7 +2657,7 @@ class Context
|
|||
*/
|
||||
public static function setCanonicalURL($url)
|
||||
{
|
||||
self::$_instance->canonical_url = escape($url);
|
||||
self::$_instance->canonical_url = escape($url, false);
|
||||
}
|
||||
}
|
||||
/* End of file Context.class.php */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue