This commit is contained in:
GitHub Merge Button 2012-07-11 11:15:28 -07:00
commit 54d76ec2d5
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ class BlogTree extends Page {
// Otherwise, do the actual query
if($filter) $filter .= ' AND ';
$filter .= '"ParentID" IN (' . implode(',', $holderIDs) . ") $tagCheck $dateCheck";
$filter .= '"SiteTree"."ParentID" IN (' . implode(',', $holderIDs) . ") $tagCheck $dateCheck";
$order = '"BlogEntry"."Date" DESC';