Page MenuHomePhorge

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

Authored by aklapper on May 17 2024, 08:28.
Tags
None
Referenced Files
F3292149: D25653.1742887604.diff
Mon, Mar 24, 07:26
F3291769: D25653.1742881543.diff
Mon, Mar 24, 05:45
F3284262: D25653.1742770866.diff
Sat, Mar 22, 23:01
F3280020: D25653.1742640655.diff
Fri, Mar 21, 10:50
F3275096: D25653.1742588696.diff
Thu, Mar 20, 20:24
F3249520: D25653.1742286436.diff
Mon, Mar 17, 08:27
F3212009: D25653.1741447508.diff
Fri, Mar 7, 15:25
F3178733: D25653.1741312575.diff
Thu, Mar 6, 01:56

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