X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/2b4b34a76f42841e964a549fc64c02ba4f60a3f4..dff68e21ac958ebfb8164bca4cb2143c427f4330:/www/edit.php diff --git a/www/edit.php b/www/edit.php index 562c97c..897aada 100644 --- a/www/edit.php +++ b/www/edit.php @@ -9,7 +9,7 @@ $repo = new Repository(); $repo->loadFromRequest(); $repopo = new Repository_Post($repo); -if ($repopo->process($_POST)) { +if ($repopo->process($_POST, $_SESSION)) { redirect($repo->getLink('display')); }