Skip to content

Commit

Permalink
Update Response.php
Browse files Browse the repository at this point in the history
修正某些情况下可能导致的重定向失败
  • Loading branch information
joyqi committed May 2, 2015
1 parent 5c0ed25 commit 65637a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions var/Typecho/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -295,5 +295,7 @@ public function goBack($suffix = NULL, $default = NULL)
} else if (!empty($default)) {
$this->redirect($default);
}

exit;
}
}

0 comments on commit 65637a3

Please sign in to comment.