Problem/Motivation

There are two points where $this->getLogger() is called in the ZipManager class. If the code gets to that point, it throws an error because getLogger() doesn't exist on the class.

Proposed resolution

We can add LoggerChannelTrait to the class and then the function is available.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

bdlangton created an issue. See original summary.

bdlangton’s picture

Status: Active » Needs review
bbu23’s picture

Hello bdlangton,

Thank you for the patch. I merged the MR.

bbu23’s picture

Status: Needs review » Fixed

Fixed in dev.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.