回滚 历史修改

This commit is contained in:
Comsenz 2018-10-29 16:47:39 +08:00
parent 55b1f9f0a9
commit d515710fb3
1 changed files with 0 additions and 2 deletions

View File

@ -19,8 +19,6 @@ class table_forum_post extends discuz_table
$this->_table = 'forum_post';
$this->_pk = 'pid';
$this->_pre_cache_key = 'forum_post_';
$this->_cache_ttl = 0;
parent::__construct();
}