Update of /cvsroot/openinteract/OpenInteract2/pkg/comments/OpenInteract2/Action
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30317/OpenInteract2/Action
Modified Files:
Comments.pm
Log Message:
OIN-110: fix status message masqerading as error message
Index: Comments.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/pkg/comments/OpenInteract2/Action/Comments.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Comments.pm 5 Dec 2004 08:51:22 -0000 1.9
--- Comments.pm 7 Dec 2004 22:44:20 -0000 1.10
***************
*** 434,438 ****
}
else {
! $self->add_error_key( 'comments.status.add_ok' );
# These are used for the listing page we go to next...
--- 434,438 ----
}
else {
! $self->add_status_key( 'comments.status.add_ok' );
# These are used for the listing page we go to next...
|