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
ed7e07e0
Commit
ed7e07e0
authored
Jul 04, 2014
by
Aaron Wells
Committed by
Robert Lyon
Oct 03, 2014
Browse files
Fix E_STRICT "Only variables should be assigned by reference"
Bug 1268746 Change-Id: I438629b7bb03590b4f5875c07381f500569c80d1
parent
f886e242
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/init.php
View file @
ed7e07e0
...
...
@@ -129,7 +129,7 @@ try {
}
}
$db
=
&
ADONewConnection
(
$CFG
->
dbtype
);
$db
=
ADONewConnection
(
$CFG
->
dbtype
);
if
(
empty
(
$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