Revert "Fixed bad owner/user config, causing pastes to fail with 'Please tell me...
[phorkie.git] / src / phorkie / Repository / Setup.php
index d62cdb89cf3b9cd431ce4acc098a26a8637281bf..43a85009acd8b956fad5a2fe19a8c3845883b783 100644 (file)
@@ -41,11 +41,11 @@ CDE
 
         //keep track of owner
         $vc->getCommand('config')
 
         //keep track of owner
         $vc->getCommand('config')
-            ->addArgument('user.name')
+            ->addArgument('owner.name')
             ->addArgument($_SESSION['name'])
             ->execute();
         $vc->getCommand('config')
             ->addArgument($_SESSION['name'])
             ->execute();
         $vc->getCommand('config')
-            ->addArgument('user.email')
+            ->addArgument('owner.email')
             ->addArgument($_SESSION['email'])
             ->execute();
     }
             ->addArgument($_SESSION['email'])
             ->execute();
     }