dever 4 سال پیش
والد
کامیت
41ea3dbcd4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/collection/database/page.php

+ 1 - 1
app/collection/database/page.php

@@ -139,7 +139,7 @@ return array
 		(
 			'type' 		=> 'int-11',
 			'name' 		=> '上级章节',
-			'default' 	=> '-1',
+			'default' 	=> $page_id,
 			'desc' 		=> '请选择上级章节',
 			'match' 	=> 'is_numeric',
 			'update'	=> $page_id < 0 ? 'hidden': 'select',