Development

Changeset 3410

You must first sign up to be able to contribute.

Changeset 3410

Show
Ignore:
Timestamp:
02/06/07 09:11:38 (2 years ago)
Author:
fabien
Message:

fixed typo in sfValidatorConfigHandler.class.php (closes #1404)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0/lib/config/sfValidatorConfigHandler.class.php

    r3333 r3410  
    7070          $error = sprintf('Configuration file "%s" specifies unsupported request method "%s"', $configFiles[0], $method); 
    7171 
    72           throw new sfParseException($method); 
     72          throw new sfParseException($error); 
    7373        } 
    7474