Merge pull request !17 from 木子三有/master

This commit is contained in:
木子三有 2017-01-16 09:40:04 +08:00 committed by 康盛Discuz!
commit 7e88680d89
2 changed files with 2 additions and 1 deletions

View File

@ -2289,6 +2289,7 @@ EOT;
C::t('common_member_profile')->clear_cache($uid);
C::t('common_member_field_home')->clear_cache($uid);
C::t('common_member_field_forum')->clear_cache($uid);
C::t('common_member_verify')->clear_cache($uid);
} elseif($k == 'forum_thread_forumdisplay') {
memory('rm', $id, 'forumdisplay_');
} elseif($k == 'forumindex') {

View File

@ -26,7 +26,7 @@ class image {
var $extension = array();
function image() {
function __construct() {
global $_G;