소스 검색

! Change t.sticky to t.is_sticky

Signed-off-by: Jason Clemons <[email protected]>
Jason Clemons 10 년 전
부모
커밋
d573f5bb53
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Sources/ManageMaintenance.php

+ 2 - 2
Sources/ManageMaintenance.php

@@ -1921,7 +1921,7 @@ function MaintainMassMoveTopics()
 	if ($sticky)
 	{
 		$conditions .= '
-			AND t.sticky = {int:sticky}';
+			AND t.is_sticky = {int:sticky}';
 		$params['sticky'] = 1;
 	}
 
@@ -2614,4 +2614,4 @@ function get_integration_hooks()
 	return $integration_hooks;
 }
 
-?>
+?>