Page MenuHomePhorge

Fix call to non-existing getDisplayName() in DiffusionRepositoryClusterEngine.php
ClosedPublic

Authored by aklapper on May 17 2024, 08:28.

Details

Summary

DiffusionRepositoryClusterEngine calls $this->getDisplayName() which is not defined in this class or its parent class.
Looking at the variable use in the companying error message, getting the name of the $repository was intended instead.

Test Plan

Carefully read the code and check available methods in its parent classes.

Diff Detail

Repository
rP Phorge
Lint
Lint Not Applicable
Unit
Tests Not Applicable