Update WebObjectStorage.cpp

This commit is contained in:
Kseniia Sumarokova 2023-09-15 20:18:36 +02:00 committed by GitHub
parent 51851ecc21
commit 79697d4102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,7 @@ void WebObjectStorage::initialize(const String & uri_path, const std::unique_loc
WebObjectStorage::WebObjectStorage(
const String & url_,
ContextPtr context_)
: WithContext(context_->getBufferContext())
: WithContext(context_->getGlobalContext())
, url(url_)
, log(&Poco::Logger::get("WebObjectStorage"))
{