Hi.
When I move thread from one forum to another on redirection screen ("
The thread has been successfully moved / copied. You will now be returned to the thread.") php code appears above this window:
Quote:
>input->clean($items_a, TYPE_ARRAY_STR); return true; } /** * Returns the parsed phrase text * * @return char */ function get_phrasetext_parsed() { return $this->vbulletin->input->clean($this->phrasetext_parsed, TYPE_STR); } } ?>
|
It looks like this "bug" doesn't do anything wrong but it's still must be removed. I'm afraid that is some typo somewhere or sth. I found it in class_autopm_parser.php
Could you tell me to fix that bug ?