Issue #2600990 by heykarthikwithu: Removal of unused variable BookManager::getActiveTrailIds
parent
b336472386
commit
5603f5a3fc
|
@ -488,7 +488,6 @@ class BookManager implements BookManagerInterface {
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
public function getActiveTrailIds($bid, $link) {
|
public function getActiveTrailIds($bid, $link) {
|
||||||
$nid = isset($link['nid']) ? $link['nid'] : 0;
|
|
||||||
// The tree is for a single item, so we need to match the values in its
|
// The tree is for a single item, so we need to match the values in its
|
||||||
// p columns and 0 (the top level) with the plid values of other links.
|
// p columns and 0 (the top level) with the plid values of other links.
|
||||||
$active_trail = array(0);
|
$active_trail = array(0);
|
||||||
|
|
Loading…
Reference in New Issue