dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
Showing only changes of commit da9dc0e8fb - Show all commits
+1 -1
View File
@@ -26,7 +26,7 @@ if ($_SERVER["REQUEST_METHOD"] === "POST") {
$articleManager = ArticleManager::getInstance();
$articleManager->deleteArticle($id, $user);
} catch (Exception $e) {
} catch (\Exception $e) {
$_SESSION["message"] = $e->getMessage();
header("location: ../../index.php?pfad=profile");
exit();