Merge lp:~quam-plures-core/quam-plures/qp-default_file_fix into lp:quam-plures

Proposed by EdB
Status: Merged
Merged at revision: not available
Proposed branch: lp:~quam-plures-core/quam-plures/qp-default_file_fix
Merge into: lp:quam-plures
Diff against target: 12 lines (+1/-1)
1 file modified
default.php (+1/-1)
To merge this branch: bzr merge lp:~quam-plures-core/quam-plures/qp-default_file_fix
Reviewer Review Type Date Requested Status
Tilman Blumenbach (community) Approve
Review via email: mp+18284@code.launchpad.net
To post a comment you must log in.
Revision history for this message
EdB (edb) wrote :

fixing what I broke on the last tidy templates commit/push/whatever.

Revision history for this message
Tilman Blumenbach (tblue) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'default.php'
2--- default.php 2010-01-22 21:33:56 +0000
3+++ default.php 2010-01-29 21:30:31 +0000
4@@ -49,7 +49,7 @@
5 <?php
6 // --- --- --- --- --- --- --- --- --- --- ---
7 // --- TOOLBAR INCLUDED HERE ---
8-template_include( '_toolbar.inc.php' );
9+require $templates_path.'_toolbar.inc.php';
10
11 echo "\n";
12 if( is_logged_in() )

Subscribers

People subscribed via source and target branches