get rid of openid config file
[phorkie.git] / www / edit.php
index 562c97cbd5391f8441e0bf28df2343c8d3068fe5..897aada2b36bf67a2478f4440a91451bf88a107a 100644 (file)
@@ -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'));
 }