[Jifty-commit] r675 -

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Mar 8 00:44:23 EST 2006


Author: jesse
Date: Wed Mar  8 00:44:21 2006
New Revision: 675

Modified:
   /   (props changed)
   jifty/trunk/lib/Jifty/Notification.pm

Log:
 r25808 at truegrounds:  jesse | 2006-03-07 21:15:34 -0800
 * Initialize recipients when setting up a notification


Modified: jifty/trunk/lib/Jifty/Notification.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Notification.pm	(original)
+++ jifty/trunk/lib/Jifty/Notification.pm	Wed Mar  8 00:44:21 2006
@@ -45,6 +45,7 @@
     for (qw(body preface footer subject)) {
             $self->$_('');
     }
+    $self->_recipients([]);
 
     while (my ($arg, $value) = each %args) {
 	if ($self->can($arg)) {


More information about the Jifty-commit mailing list