Skip to content
Snippets Groups Projects
Commit d5f7a6af authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes #66

parent 419db330
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ abstract class Controller extends \PluginController
ob_end_clean();
}
page_close();
sess()->save();
header('Status: ' . $code . ' ' . $message, true, $code);
die($message);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment