Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Hemio e. V.
edentata
Commits
59eebe4c
Commit
59eebe4c
authored
Aug 05, 2015
by
Michael Herold
Browse files
Fixes bug that disables login.
parent
aefbc2e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/load/login.php
View file @
59eebe4c
...
...
@@ -32,7 +32,7 @@ $document->getHtml()->getHead()->addCssFile('static/design/style.css');
$pdo
=
new
sql\Connection
(
$config
[
'database_dsn'
]);
$loadedModule
=
new
LoadModule
(
'login_http'
,
$pdo
);
$loadedModule
=
new
LoadModule
(
'login_http'
,
$pdo
,
$i10n
);
$i10n
->
setDomainModule
(
$loadedModule
);
$document
->
getHtml
()
->
getBody
()
->
addChild
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment