mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
NOISSUE remove reference operator.
This commit is contained in:
parent
35384999c9
commit
194ce8614a
118 changed files with 859 additions and 859 deletions
|
|
@ -282,7 +282,7 @@ class mobileXE
|
|||
*/
|
||||
function setTitle($title)
|
||||
{
|
||||
$oModuleController = &getController('module');
|
||||
$oModuleController = getController('module');
|
||||
$this->title = $title;
|
||||
$oModuleController->replaceDefinedLangCode($this->title);
|
||||
}
|
||||
|
|
@ -301,7 +301,7 @@ class mobileXE
|
|||
*/
|
||||
function setContent($content)
|
||||
{
|
||||
$oModuleController = &getController('module');
|
||||
$oModuleController = getController('module');
|
||||
$allow_tag_array = array('<a>','<br>','<p>','<b>','<i>','<u>','<em>','<small>','<strong>','<big>','<table>','<tr>','<td>');
|
||||
// Links/wrap, remove all tags except gangjoman
|
||||
$content = strip_tags($content, implode($allow_tag_array));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue