Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
f38e3895
Commit
f38e3895
authored
Jul 04, 2014
by
Aaron Wells
Committed by
Gerrit Code Review
Jul 22, 2014
Browse files
Fix E_STRICT "Only variables should be assigned by reference"
Bug 1268746 Change-Id: I438629b7bb03590b4f5875c07381f500569c80d1
parent
7c77ed15
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/init.php
View file @
f38e3895
...
@@ -129,7 +129,7 @@ try {
...
@@ -129,7 +129,7 @@ try {
}
}
}
}
$db
=
&
ADONewConnection
(
$CFG
->
dbtype
);
$db
=
ADONewConnection
(
$CFG
->
dbtype
);
if
(
empty
(
$CFG
->
dbhost
))
{
if
(
empty
(
$CFG
->
dbhost
))
{
$CFG
->
dbhost
=
''
;
$CFG
->
dbhost
=
''
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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