mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 05:43:55 -07:00
Class property initialization flaws.
(cherry picked from commit cf5285f
)
This commit is contained in:
parent
5d6039d1c5
commit
335195365f
19 changed files with 36 additions and 36 deletions
|
@ -406,8 +406,8 @@ function add_search_words($post_id, $post_message, $topic_title = '', $only_retu
|
|||
class bbcode
|
||||
{
|
||||
public $tpl = array(); // шаблоны для замены тегов
|
||||
public $smilies = null; // смайлы
|
||||
public $found_spam = null; // найденные спам "слова"
|
||||
public $smilies; // смайлы
|
||||
public $found_spam; // найденные спам "слова"
|
||||
public $del_words = array(); // см. get_words_rate()
|
||||
public $tidy_cfg = array(
|
||||
'drop-empty-paras' => false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue