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
fusiondirectory
fusiondirectory
Commits
9cb049fb
Commit
9cb049fb
authored
Mar 06, 2017
by
Côme Chilliet
Browse files
Fixes #5259 Getting $config object in autocomplete.php so that errors trace is shown
Among other problems which might get fixed by this
parent
b3ffbbfa
Changes
1
Show whitespace changes
Inline
Side-by-side
html/autocomplete.php
View file @
9cb049fb
...
...
@@ -72,6 +72,7 @@ if (isset($_GET['type']) && $_GET['type'] == "base") {
}
else
{
$ui
=
session
::
global_get
(
'ui'
);
$config
=
session
::
global_get
(
'config'
);
/* Is there a filter object arround? */
if
(
session
::
is_set
(
'autocomplete'
))
{
...
...
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