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
=== modified file 'inc/items/model/_itemlistlight.class.php'
--- inc/items/model/_itemlistlight.class.php 2010-02-19 10:50:37 +0000
+++ inc/items/model/_itemlistlight.class.php 2010-03-21 15:20:40 +0000
@@ -154,7 +154,7 @@
154 'ymdhms_min' => NULL,154 'ymdhms_min' => NULL,
155 'ymdhms_max' => NULL,155 'ymdhms_max' => NULL,
156 'statuses' => NULL,156 'statuses' => NULL,
157 'types' => '-1000,1500,1520,1530,1570,1600,3000', // All types except pages, intros and sidebar links157 'types' => '-'.implode( ',', $GLOBALS['posttypes_locked_IDs'] ), // All types except pages, intros and sidebar links
158 'visibility_array' => array( 'published', 'protected', 'private' ),158 'visibility_array' => array( 'published', 'protected', 'private' ),
159 'orderby' => $this->Blog->get_setting('orderby'),159 'orderby' => $this->Blog->get_setting('orderby'),
160 'order' => $this->Blog->get_setting('orderdir'),160 'order' => $this->Blog->get_setting('orderdir'),

Subscribers

People subscribed via source and target branches