Merge lp:~quam-plures-core/quam-plures/default_on_index_fails into lp:quam-plures

Proposed by EdB
Status: Merged
Merged at revision: not available
Proposed branch: lp:~quam-plures-core/quam-plures/default_on_index_fails
Merge into: lp:quam-plures
Diff against target: 13 lines (+2/-1)
1 file modified
inc/_blog_main.inc.php (+2/-1)
To merge this branch: bzr merge lp:~quam-plures-core/quam-plures/default_on_index_fails
Reviewer Review Type Date Requested Status
Tilman Blumenbach (community) Approve
Review via email: mp+23168@code.launchpad.net

Description of the change

Looks like merging a bug fix that changed the same file knocked this out of "request to merge", so I merged the bug fix IN from trunk then restored the 'fix' for the bug linked to this ... then put it back in mergeland (obviously ;) )

To post a comment you must log in.
Revision history for this message
Tilman Blumenbach (tblue) wrote :

Waiting for more feedback. Anyone?

review: Approve
7458. By EdB

Merging "rename_templates_adm" FROM trunk INTO branch

Revision history for this message
Tilman Blumenbach (tblue) wrote :

Great, our valued core team members don't seem to want to participate in this review (I agree it only is a tiny change anyway). I will merge this.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'inc/_blog_main.inc.php'
2--- inc/_blog_main.inc.php 2010-04-10 18:56:05 +0000
3+++ inc/_blog_main.inc.php 2010-04-12 04:26:23 +0000
4@@ -142,7 +142,8 @@
5
6 if( isset( $path_elements[0] )
7 && ( $path_elements[0] == $Blog->stub
8- || $path_elements[0] == $Blog->urlname ) )
9+ || $path_elements[0] == $Blog->urlname
10+ || $path_elements[0] == 'index.php' ) )
11 { // Ignore stub file (if it ends with .php it should already have been filtered out above)
12 array_shift( $path_elements );
13 $Debuglog->add( 'Ignoring stub filename OR blog urlname in extra path info' , 'params' );

Subscribers

People subscribed via source and target branches