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
F2977050: D25653.1739605162.diff
Fri, Feb 14, 07:39
F2947314: D25653.1738459125.diff
Sat, Feb 1, 01:18
F2945319: D25653.1738308839.diff
Thu, Jan 30, 07:33
F2944551: D25653.1738273076.diff
Wed, Jan 29, 21:37
F2939222: D25653.1738031499.diff
Mon, Jan 27, 02:31
F2933015: D25653.1737750930.diff
Thu, Jan 23, 20:35
F2933014: D25653.1737750929.diff
Thu, Jan 23, 20:35
F2932942: D25653.1737747031.diff
Thu, Jan 23, 19:30

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