Class property initialization flaws.

(cherry picked from commit cf5285f)
This commit is contained in:
Yuriy Pikhtarev 2017-05-05 01:05:42 +03:00 committed by Vasily Komrakov
commit 335195365f
No known key found for this signature in database
GPG key ID: 558236680C20A69A
19 changed files with 36 additions and 36 deletions

View file

@ -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,