fix registering

This commit is contained in:
2018-11-29 00:10:38 +01:00
parent 8fea4b0b7c
commit 3f6a801c30
3 changed files with 15 additions and 15 deletions

View File

@@ -71,7 +71,6 @@ class MyThoughts extends Main
//Install DB
$this->oDb->install();
$this->oAuth->addUser('franzz', 'Franzz', '123456');
}
private function setContext($sProcessPage)