aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/template/twig/tokenparser/includephp.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2013-10-15 22:44:49 +0200
committerAndreas Fischer <bantu@phpbb.com>2013-10-15 22:44:49 +0200
commit878cb836f59afffca333b6d42e11c1bc0a4bc16f (patch)
treee4dff8a57b102c804a3324c831bc85e08510a92d /phpBB/phpbb/template/twig/tokenparser/includephp.php
parent55e24eb4f87523c83e74a7174555a48b2a90b7a7 (diff)
downloadforums-878cb836f59afffca333b6d42e11c1bc0a4bc16f.tar
forums-878cb836f59afffca333b6d42e11c1bc0a4bc16f.tar.gz
forums-878cb836f59afffca333b6d42e11c1bc0a4bc16f.tar.bz2
forums-878cb836f59afffca333b6d42e11c1bc0a4bc16f.tar.xz
forums-878cb836f59afffca333b6d42e11c1bc0a4bc16f.zip
[ticket/11920] Actually call travis/setup-mariadb.sh.
PHPBB3-11920
Diffstat (limited to 'phpBB/phpbb/template/twig/tokenparser/includephp.php')
0 files changed, 0 insertions, 0 deletions
amp;id=77db5dbabe078afc87809bc7295eaae1110bdf78'>Diffstat (limited to 'lib/MGA/Advisories.pm')
-rw-r--r--lib/MGA/Advisories.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/MGA/Advisories.pm b/lib/MGA/Advisories.pm
index a3e02ff..9b29342 100644
--- a/lib/MGA/Advisories.pm
+++ b/lib/MGA/Advisories.pm
@@ -354,7 +354,7 @@ sub assign_id {
print STDERR "Error: Cross check failed.\n";
if ($found_keyword) {
ReadMode 4; # Turn off controls keys
- print "Post failure message to Bugzilla and reset 'validated_update' keyword (requires login)? [y/N]: ";
+ print "Post failure message to Bugzilla and reset 'advisory' keyword (requires login)? [y/N]: ";
my $key = 'x';
while ( $key ne "\n" && $key ne "y" && $key ne "Y" && $key ne "n" && $key ne "N" ) {
$key = ReadKey(0);
@@ -365,7 +365,7 @@ sub assign_id {
} else {
print " ✔\n";
- if (call_bz('Bug.update', { ids => [$bugnum], comment => { body => "Update ID assignment failed\n\n$buffer\n\n'validated_update' keyword reset." }, keywords => { set => grep { $_ ne 'validated_update' } @{$bug->{keywords}} } })) {
+ if (call_bz('Bug.update', { ids => [$bugnum], comment => { body => "Update ID assignment failed\n\n$buffer\n\n'advisory' keyword reset." }, keywords => { set => grep { $_ ne 'advisory' } @{$bug->{keywords}} } })) {
print "Successfully posted to Bugzilla\n";
} else {
print "Failed to post to Bugzilla\n";