Merge lp:~quam-plures-core/quam-plures/qp-bug-543480 into lp:quam-plures

Proposed by Yabs
Status: Merged
Merged at revision: not available
Proposed branch: lp:~quam-plures-core/quam-plures/qp-bug-543480
Merge into: lp:quam-plures
Diff against target: 12 lines (+1/-1)
1 file modified
inc/items/model/_itemlistlight.class.php (+1/-1)
To merge this branch: bzr merge lp:~quam-plures-core/quam-plures/qp-bug-543480
Reviewer Review Type Date Requested Status
EdB Approve
Review via email: mp+21803@code.launchpad.net

Description of the change

BugFix #543480

¥

To post a comment you must log in.
Revision history for this message
EdB (edb) wrote :

Tested and found to be hunky dory. Will merge inaminitor2.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'inc/items/model/_itemlistlight.class.php'
2--- inc/items/model/_itemlistlight.class.php 2010-02-19 10:50:37 +0000
3+++ inc/items/model/_itemlistlight.class.php 2010-03-21 15:20:40 +0000
4@@ -154,7 +154,7 @@
5 'ymdhms_min' => NULL,
6 'ymdhms_max' => NULL,
7 'statuses' => NULL,
8- 'types' => '-1000,1500,1520,1530,1570,1600,3000', // All types except pages, intros and sidebar links
9+ 'types' => '-'.implode( ',', $GLOBALS['posttypes_locked_IDs'] ), // All types except pages, intros and sidebar links
10 'visibility_array' => array( 'published', 'protected', 'private' ),
11 'orderby' => $this->Blog->get_setting('orderby'),
12 'order' => $this->Blog->get_setting('orderdir'),

Subscribers

People subscribed via source and target branches