diff --git a/mozilla/webtools/testopia/.bzrrev b/mozilla/webtools/testopia/.bzrrev index 3ea66354ca4..55b7e8800fb 100644 --- a/mozilla/webtools/testopia/.bzrrev +++ b/mozilla/webtools/testopia/.bzrrev @@ -1 +1 @@ -679 \ No newline at end of file +680 \ No newline at end of file diff --git a/mozilla/webtools/testopia/.gitrev b/mozilla/webtools/testopia/.gitrev index 53ce7b5d4e9..fe1ed9e2240 100644 --- a/mozilla/webtools/testopia/.gitrev +++ b/mozilla/webtools/testopia/.gitrev @@ -1 +1 @@ -0bf2d65f6f3f97fee77def3519b8682cd93dca47 \ No newline at end of file +80f149e6d6f1c70a9436312ee9a6bd730c388c54 \ No newline at end of file diff --git a/mozilla/webtools/testopia/extensions/Testopia/contrib/drivers/php/.xmlrpc.inc.php b/mozilla/webtools/testopia/extensions/Testopia/contrib/drivers/php/.xmlrpc.inc.php index 294617fa074..76b2f057c04 100644 --- a/mozilla/webtools/testopia/extensions/Testopia/contrib/drivers/php/.xmlrpc.inc.php +++ b/mozilla/webtools/testopia/extensions/Testopia/contrib/drivers/php/.xmlrpc.inc.php @@ -1,7 +1,7 @@ -// $Id: .xmlrpc.inc.php,v 1.42 2015-03-14 18:00:21 bzrmirror%bugzilla.org Exp $ +// $Id: .xmlrpc.inc.php,v 1.43 2015-03-14 18:15:17 bzrmirror%bugzilla.org Exp $ // Copyright (c) 1999,2000,2002 Edd Dumbill. // All rights reserved. diff --git a/mozilla/webtools/testopia/extensions/Testopia/lib/Admin.pm b/mozilla/webtools/testopia/extensions/Testopia/lib/Admin.pm index 87c72d5f471..3481978c977 100644 --- a/mozilla/webtools/testopia/extensions/Testopia/lib/Admin.pm +++ b/mozilla/webtools/testopia/extensions/Testopia/lib/Admin.pm @@ -21,7 +21,7 @@ sub report { my $input = Bugzilla->input_params; my $template = Bugzilla->template; my $plan = Bugzilla::Extension::Testopia::TestPlan->new({}); - my $vars->{plan} = $plan; + $vars->{plan} = $plan; Bugzilla->login(LOGIN_REQUIRED);