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:
parent
120b558768
commit
f4c6ec504c
@ -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';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user