Skip to content

Commit

Permalink
tools => tool
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Dec 6, 2016
1 parent 5aebad0 commit 35b3115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Pimcore/Model/Document/Tag/Globallink.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ protected function updatePathFromInternal($realPath = FALSE)
if (!Document::doHideUnpublished() || $doc->isPublished())
{
$path = $doc->$method();
$this->data['path'] = \Toolbox\Tools\GlobalLink::parse($path);
$this->data['path'] = \Toolbox\Tool\GlobalLink::parse($path);
}
}
}
Expand Down

0 comments on commit 35b3115

Please sign in to comment.