From 44d3bf47fd3fc50abb27aaf606d8d49f52e31124 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Thu, 5 Nov 2009 02:48:23 +0100 Subject: [PATCH] Girocco::Project::form_defaults(): Add notify fields --- Girocco/Project.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Girocco/Project.pm b/Girocco/Project.pm index 17d8dad..0d92314 100644 --- a/Girocco/Project.pm +++ b/Girocco/Project.pm @@ -358,6 +358,9 @@ sub form_defaults { README => html_esc($self->{README}), hp => $self->{hp}, users => $self->{users}, + notifymail => html_esc($self->{notifymail}), + notifyjson => html_esc($self->{notifyjson}), + notifycia => html_esc($self->{notifycia}), ); } -- 2.11.4.GIT