Non-static getPartialTree is called statically

Created on 23 October 2019, about 5 years ago
Updated 17 September 2024, 2 months ago

In src/Element/TaxonomyManagerTree.php, we have the function

  public function getPartialTree($path, $depth = 0) {

which is then called statically

  $tree[$index]['children'] = TaxonomyManagerTree::getPartialTree($path, $depth);

I think it should be static as the other functions in the class.

πŸ› Bug report
Status

Fixed

Version

2.0

Component

Code

Created by

πŸ‡΅πŸ‡±Poland ivanhelguera

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024