diff options
author | lpsolit%gmail.com <> | 2008-12-29 00:02:12 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-12-29 00:02:12 +0000 |
commit | 43a2416049c49a85ce84ede5567889d061a4e946 (patch) | |
tree | e623608c6dce308e6d94a9d3a162c8ff93a95e18 /t | |
parent | Fix a POD error in Bugzila::JobQueue::Runner. (diff) | |
download | bugzilla-43a2416049c49a85ce84ede5567889d061a4e946.tar.gz bugzilla-43a2416049c49a85ce84ede5567889d061a4e946.tar.bz2 bugzilla-43a2416049c49a85ce84ede5567889d061a4e946.zip |
Bug 465589: Already selected user accounts are no longer displayed when usemenuforusers is enabled and the account has been disabled - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
Diffstat (limited to 't')
-rw-r--r-- | t/008filter.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/008filter.t b/t/008filter.t index d999e2008..9a53ced93 100644 --- a/t/008filter.t +++ b/t/008filter.t @@ -211,7 +211,7 @@ sub directive_ok { return 1 if $directive =~ /^(time2str|url)\(/; # Safe Template Toolkit virtual methods - return 1 if $directive =~ /\.(length$|size$|push\()/; + return 1 if $directive =~ /\.(length$|size$|push\(|delete\()/; # Special Template Toolkit loop variable return 1 if $directive =~ /^loop\.(index|count)$/; |