瀏覽代碼

Merge pull request #1303 from jasonclemons/patch-1

! Change t.sticky to t.is_sticky
Arantor 10 年之前
父節點
當前提交
1b3a9468f2
共有 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;
 }
 
-?>
+?>