mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
Bbcode hotfix
Откат из-за случайной ошибки в функции bbcode.
This commit is contained in:
parent
b7d59873f3
commit
b73b5f6349
2 changed files with 3 additions and 3 deletions
|
@ -69,7 +69,7 @@ $domain_name = (!empty($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : $do
|
|||
// Version info
|
||||
$bb_cfg['tp_version'] = '2.0.9 (RC)';
|
||||
$bb_cfg['tp_release_date'] = '07-08-2014';
|
||||
$bb_cfg['tp_release_state'] = 'R594';
|
||||
$bb_cfg['tp_release_state'] = 'R594b';
|
||||
|
||||
// Database
|
||||
$charset = 'utf8';
|
||||
|
|
|
@ -623,9 +623,9 @@ class bbcode
|
|||
static $spam_words = null;
|
||||
static $spam_replace = ' СПАМ';
|
||||
|
||||
if (isset($text))
|
||||
if (isset($this))
|
||||
{
|
||||
$found_spam =& $text->found_spam;
|
||||
$found_spam =& $this->found_spam;
|
||||
}
|
||||
|
||||
// set $spam_words and $spam_replace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue