同步宝塔上的源码
This commit is contained in:
0
source/class/model/index.htm
Normal file → Executable file
0
source/class/model/index.htm
Normal file → Executable file
2
source/class/model/model_forum_post.php
Normal file → Executable file
2
source/class/model/model_forum_post.php
Normal file → Executable file
@@ -562,9 +562,11 @@ class model_forum_post extends discuz_model {
|
||||
|
||||
$isfirstpost = $this->post['first'] ? 1 : 0;
|
||||
|
||||
/*
|
||||
if($isfirstpost && $this->thread['replies'] > 0) {
|
||||
return $this->showmessage(($this->thread['special'] == 3 ? 'post_edit_reward_already_reply' : 'post_edit_thread_already_reply'), NULL);
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
if($this->thread['displayorder'] >= 0) {
|
||||
|
0
source/class/model/model_forum_thread.php
Normal file → Executable file
0
source/class/model/model_forum_thread.php
Normal file → Executable file
Reference in New Issue
Block a user