Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage/Website
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15149/Manage/Website
Modified Files:
Create.pm
Log Message:
change the name of the setup step we skip to match new name
Index: Create.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage/Website/Create.pm,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** Create.pm 5 Dec 2004 18:50:11 -0000 1.23
--- Create.pm 24 Jan 2005 17:01:23 -0000 1.24
***************
*** 130,134 ****
# This will initialize the context to our new website...
! $self->_setup_context({ skip => 'initialize repository' });
my $repository = OpenInteract2::Repository->new();
--- 130,134 ----
# This will initialize the context to our new website...
! $self->_setup_context({ skip => 'read repository' });
my $repository = OpenInteract2::Repository->new();
|