Update Response.php

修正某些情况下可能导致的重定向失败
This commit is contained in:
joyqi 2015-05-02 13:31:05 +08:00
parent 5c0ed25684
commit 65637a33d1

View File

@ -295,5 +295,7 @@ class Typecho_Response
} else if (!empty($default)) {
$this->redirect($default);
}
exit;
}
}