|
From: Chris W. <la...@us...> - 2001-10-17 12:02:16
|
Update of /cvsroot/openinteract/OpenInteract/pkg/static_page/OpenInteract/Handler
In directory usw-pr-cvs1:/tmp/cvs-serv21202/static_page/OpenInteract/Handler
Modified Files:
BasicPage.pm
Log Message:
cosmetic
Index: BasicPage.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/pkg/static_page/OpenInteract/Handler/BasicPage.pm,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** BasicPage.pm 2001/10/12 16:04:14 1.15
--- BasicPage.pm 2001/10/17 12:02:13 1.16
***************
*** 71,75 ****
if ( $@ ) {
OpenIntereact::Error->set( SPOPS::Error->get );
! $R->throw( { code => 403 } );
$params->{dir_list} = [];
}
--- 71,75 ----
if ( $@ ) {
OpenIntereact::Error->set( SPOPS::Error->get );
! $R->throw({ code => 403 });
$params->{dir_list} = [];
}
|