Author: david Date: Thu Feb 10 10:49:00 2011 New Revision: 8957 Log: Update class name to use Index pattern
Modified: trunk/apps/qubit/modules/oai/actions/indexAction.class.php Modified: trunk/apps/qubit/modules/oai/actions/indexAction.class.php ============================================================================== --- trunk/apps/qubit/modules/oai/actions/indexAction.class.php Thu Feb 10 10:46:39 2011 (r8956) +++ trunk/apps/qubit/modules/oai/actions/indexAction.class.php Thu Feb 10 10:49:00 2011 (r8957) @@ -25,7 +25,7 @@ * @version svn: $Id$ * @author Mathieu Fortin Library and Archives Canada <[email protected]> */ -class oaiOaiAction extends sfAction +class oaiIndexAction extends sfAction { public $oaiErrorArr = array( 'badArgument'=>'The request includes illegal arguments, is missing required arguments, includes a repeated argument, or values for arguments have an illegal syntax.', -- You received this message because you are subscribed to the Google Groups "Qubit Toolkit Commits" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/qubit-commits?hl=en.
