Skip to content

Commit 30e6994

Browse files
authored
Merge pull request #2166 from pjsde/pjsde-patch-1
Cookie error
2 parents fb07307 + 3e74a16 commit 30e6994

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/HTTP/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,8 +689,8 @@ public function send()
689689
}
690690

691691
$this->sendHeaders();
692-
$this->sendBody();
693692
$this->sendCookies();
693+
$this->sendBody();
694694

695695
return $this;
696696
}

0 commit comments

Comments
 (0)