From aa391df411f88fef06cc5b7b576c6ce75cc7e7a9 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sat, 4 Jan 2020 17:45:45 +0200 Subject: [PATCH] Fixed param error --- app/controllers/web/console.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/web/console.php b/app/controllers/web/console.php index 8470e5ba7d..a91cff9093 100644 --- a/app/controllers/web/console.php +++ b/app/controllers/web/console.php @@ -2,7 +2,7 @@ include_once __DIR__ . '/../shared/web.php'; -global $utopia, $response, $request, $layout, $version, $providers; +global $utopia, $response, $request, $layout, $version, $providers, $projectDB; use Utopia\View; use Database\Database;