Changeset 691 for trunk/lib


Ignore:
Timestamp:
Jun 5, 2019 6:49:58 PM (5 years ago)
Author:
anonymous
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Navigation.inc.php

    r686 r691  
    247247    {
    248248
    249         $path = $this->getPathArray();
     249        $path = $this->getPathArray($key);
    250250        return empty($path) ? '' : join(oTxt($this->getParam('path_delimiter'), true), $path);
    251251    }
Note: See TracChangeset for help on using the changeset viewer.