git-svn-id: svn://10.0.0.236/trunk@265865 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzrmirror%bugzilla.org 2015-03-14 18:15:17 +00:00
parent 17c1966d7b
commit 9edbaf529a
4 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
679
680

View File

@ -1 +1 @@
0bf2d65f6f3f97fee77def3519b8682cd93dca47
80f149e6d6f1c70a9436312ee9a6bd730c388c54

View File

@ -1,7 +1,7 @@
<?php
// by Edd Dumbill (C) 1999-2002
// <edd@usefulinc.com>
// $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.

View File

@ -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);