Fix #15697 - Uncaught Error: Call to a member function get() on null in db_export.php

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2019-12-25 10:44:37 +01:00
parent 120b558768
commit f4c6ec504c
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -19,7 +19,7 @@ if (! defined('ROOT_PATH')) {
define('ROOT_PATH', __DIR__ . DIRECTORY_SEPARATOR);
}
global $db, $table, $url_query;
global $db, $table, $url_query, $containerBuilder;
require_once ROOT_PATH . 'libraries/common.inc.php';