From 35b31159ea5214ebbbe0536501c4d11487735cb9 Mon Sep 17 00:00:00 2001 From: Stefan Hagspiel Date: Tue, 6 Dec 2016 16:30:11 +0100 Subject: [PATCH] tools => tool --- lib/Pimcore/Model/Document/Tag/Globallink.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Pimcore/Model/Document/Tag/Globallink.php b/lib/Pimcore/Model/Document/Tag/Globallink.php index fec7d7fa..e3f56049 100644 --- a/lib/Pimcore/Model/Document/Tag/Globallink.php +++ b/lib/Pimcore/Model/Document/Tag/Globallink.php @@ -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); } } }