1
0
Fork 0
mirror of synced 2024-10-03 19:53:33 +13:00

Update app/controllers/general.php

Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
Khushboo Verma 2023-11-17 18:35:51 +05:30 committed by GitHub
parent 40ec98569e
commit 9329287982
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -608,7 +608,7 @@ App::error()
$version = App::getEnv('_APP_VERSION', 'UNKNOWN'); $version = App::getEnv('_APP_VERSION', 'UNKNOWN');
$route = $utopia->getRoute(); $route = $utopia->getRoute();
$publishLog = true; $publish = true;
if ($error instanceof AppwriteException) { if ($error instanceof AppwriteException) {
$publishLog = $error->getLog(); $publishLog = $error->getLog();