Commit 9cb049fb authored by Côme Chilliet's avatar 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
Showing with 1 addition and 0 deletions
+1 -0
......@@ -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')) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment