Skip to content

Commit

Permalink
Reverting inheritance modification to Validation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jperras committed Oct 7, 2009
1 parent d38e508 commit 84b5458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/libs/validation.php
Expand Up @@ -35,7 +35,7 @@
* @subpackage cake.cake.libs
* @since CakePHP v 1.2.0.3830
*/
class Validation {
class Validation extends Object {

/**
* Set the the value of methods $check param.
Expand Down

0 comments on commit 84b5458

Please sign in to comment.