Skip to content

Commit fe0e450

Browse files
committed
Fixing minor issue in Ardent
1 parent 14662f0 commit fe0e450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/Ardent/Ardent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ public function validate(array $rules = array(), array $customMessages = array()
559559
$this->validationErrors = $validator->messages();
560560

561561
// stash the input to the current session
562-
if (!self::$externalValidator && Input::hasSessionStore()) {
562+
if (!self::$externalValidator && Input::hasSession()) {
563563
Input::flash();
564564
}
565565
}

0 commit comments

Comments
 (0)