Skip to content

Commit 23ce21b

Browse files
author
Ruslan Glick
committed
force to save the session because of redirect
1 parent 6330ca7 commit 23ce21b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TwitterStrategy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public function request() {
8484
}
8585

8686
Request::session()->set('_opauth_twitter', $results);
87-
87+
Request::session()->save();
8888
$this->_authorize($results['oauth_token']);
8989
}
9090
}

0 commit comments

Comments
 (0)