mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-11 14:53:15 +09:00
issue 2239 moved a include code to func.inc.php.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@11031 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
01ec7bc195
commit
e10897f8b9
2 changed files with 1 additions and 1 deletions
|
|
@ -775,6 +775,7 @@
|
|||
* @return string
|
||||
**/
|
||||
function removeHackTag($content) {
|
||||
require_once(_XE_PATH_.'classes/security/EmbedFilter.class.php');
|
||||
$oEmbedFilter = EmbedFilter::getInstance();
|
||||
$oEmbedFilter->check($content);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue