mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 05:43:55 -07:00
Fixed Undefined variable $wordCensor (#1400)
* Fixed Undefined variable $wordCensor * Update CHANGELOG.md
This commit is contained in:
parent
3b9590c5ef
commit
a965209be0
2 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@ if (!defined('IN_AJAX')) {
|
|||
die(basename(__FILE__));
|
||||
}
|
||||
|
||||
global $lang, $bb_cfg, $userdata;
|
||||
global $lang, $bb_cfg, $userdata, $wordCensor;
|
||||
|
||||
if (!isset($this->request['type'])) {
|
||||
$this->ajax_die('empty type');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue