论坛名称为空,可以不去校验

This commit is contained in:
lizanle 2015-09-23 09:36:25 +08:00
parent 9d6263a9d1
commit 15b573871a
1 changed files with 5 additions and 0 deletions

View File

@ -98,6 +98,11 @@
}
}
);
}else{
check_pass = false;
}
if(check_pass == false){
return ;
}
}