Browse Source

Correct property name bug in validator.

Taylor Otwell 13 years ago
parent
commit
9c4361fcfc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      system/validator.php

+ 1 - 1
system/validator.php

@@ -35,7 +35,7 @@ class Validator {
 	 *
 	 * @var string
 	 */
-	public $lang;
+	public $language;
 
 	/**
 	 * The "size" related validation rules.