Skip to content

Commit

Permalink
Fix #15697 - Uncaught Error: Call to a member function get() on null …
Browse files Browse the repository at this point in the history
…in db_export.php

Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Dec 25, 2019
1 parent 120b558 commit f4c6ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db_export.php
Expand Up @@ -19,7 +19,7 @@
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';

Expand Down

0 comments on commit f4c6ec5

Please sign in to comment.