Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2019-07-31 20:32:46 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2019-07-31 20:32:46 +0300
commitdaf76669280a30f2ad6e026eb9780f0a454b26ac (patch)
tree299aeefc90444a2b6e3f4af99f587031bd1506e9 /view_create.php
parent1a06ab10d541cfa4dc57f78a9fb92517e2c7eb3c (diff)
Declare $containerBuilder global when necessary
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'view_create.php')
-rw-r--r--view_create.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view_create.php b/view_create.php
index 5d6300963d..4e2df9f112 100644
--- a/view_create.php
+++ b/view_create.php
@@ -21,7 +21,7 @@ if (! defined('ROOT_PATH')) {
define('ROOT_PATH', __DIR__ . DIRECTORY_SEPARATOR);
}
-global $text_dir;
+global $containerBuilder, $text_dir;
require_once ROOT_PATH . 'libraries/common.inc.php';
require ROOT_PATH . 'libraries/db_common.inc.php';