summaryrefslogtreecommitdiffstats
path: root/Kernel/Output/HTML/DefaultRecipient.pm
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2015-01-25 14:57:34 +0100
committerAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2015-01-25 19:15:26 +0100
commit37f18efd3d3195395d029b25a20fda472691cbe9 (patch)
tree474ebdb0ae3fa2b6d8d58cb8b27547eb1fda39ed /Kernel/Output/HTML/DefaultRecipient.pm
parent585c64222f5881ebdacf14397ca9bb2c2abebaef (diff)
downloadDefaultRecipient-37f18efd3d3195395d029b25a20fda472691cbe9.tar.gz
DefaultRecipient-37f18efd3d3195395d029b25a20fda472691cbe9.tar.bz2
DefaultRecipient-37f18efd3d3195395d029b25a20fda472691cbe9.zip
Rename NewAddress to AddTo.
Diffstat (limited to 'Kernel/Output/HTML/DefaultRecipient.pm')
-rw-r--r--Kernel/Output/HTML/DefaultRecipient.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/Output/HTML/DefaultRecipient.pm b/Kernel/Output/HTML/DefaultRecipient.pm
index 9b12f3b..775abb2 100644
--- a/Kernel/Output/HTML/DefaultRecipient.pm
+++ b/Kernel/Output/HTML/DefaultRecipient.pm
@@ -71,8 +71,8 @@ sub Run {
);
$RemoveTo = 1 if $DefaultRecipient{RemoveTo};
- if ( $DefaultRecipient{NewAddress} ne '' ) {
- push @Addresses, $DefaultRecipient{NewAddress};
+ if ( $DefaultRecipient{AddTo} ne '' ) {
+ push @Addresses, $DefaultRecipient{AddTo};
}
}