|
From: Chris W. <la...@us...> - 2001-11-28 05:22:00
|
Update of /cvsroot/openinteract/OpenInteract/pkg/base_error/OpenInteract/Handler In directory usw-pr-cvs1:/tmp/cvs-serv26808/OpenInteract/Handler Modified Files: Error.pm Log Message: fixed default action Index: Error.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_error/OpenInteract/Handler/Error.pm,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Error.pm 2001/10/24 16:35:49 1.11 --- Error.pm 2001/11/28 05:21:56 1.12 *************** *** 13,17 **** $OpenInteract::Handler::Error::author = 'ch...@cw...'; ! $OpenInteract::Handler::Error::default_method = 'listing'; @OpenInteract::Handler::Error::forbidden_methods = (); %OpenInteract::Handler::Error::security = ( --- 13,17 ---- $OpenInteract::Handler::Error::author = 'ch...@cw...'; ! $OpenInteract::Handler::Error::default_method = 'search_form'; @OpenInteract::Handler::Error::forbidden_methods = (); %OpenInteract::Handler::Error::security = ( |