Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 41c4be5

Browse files
committed
fixing dead reference to old $externalValidator
1 parent ac5eae4 commit 41c4be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ardent/Ardent.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ public function validate(array $rules = array(), array $customMessages = array()
590590
$this->validationErrors = $this->validator->messages();
591591

592592
// stash the input to the current session
593-
if (!self::$externalValidator && Input::hasSession()) {
593+
if (!self::$external && Input::hasSession()) {
594594
Input::flash();
595595
}
596596
}

0 commit comments

Comments
 (0)