Merge lp:~whosdaz/ubuntu-qa-website/fix1194770 into lp:ubuntu-qa-website

Proposed by Matthew Allen
Status: Merged
Merged at revision: 418
Proposed branch: lp:~whosdaz/ubuntu-qa-website/fix1194770
Merge into: lp:ubuntu-qa-website
Diff against target: 12 lines (+0/-2)
1 file modified
modules/qawebsite/qawebsite.module (+0/-2)
To merge this branch: bzr merge lp:~whosdaz/ubuntu-qa-website/fix1194770
Reviewer Review Type Date Requested Status
Nicholas Skaggs (community) Approve
Review via email: mp+282481@code.launchpad.net

Description of the change

Fixed bug that caused the path to be printed at the top of the screen.

To post a comment you must log in.
Revision history for this message
Nicholas Skaggs (nskaggs) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'modules/qawebsite/qawebsite.module'
2--- modules/qawebsite/qawebsite.module 2016-01-12 16:07:48 +0000
3+++ modules/qawebsite/qawebsite.module 2016-01-13 17:44:34 +0000
4@@ -21,8 +21,6 @@
5 //Work around to fix lp:1194770
6
7 $path = drupal_get_path_alias($_GET['q']);
8-echo $path;
9-
10
11 if($path == 'user' || $path == 'user/login' || $path == 'user/register' || $path == 'user/password'){
12 $redirect = array(

Subscribers

People subscribed via source and target branches