diff --git a/templates/Instance/search_all.php b/templates/Instance/search_all.php index bd6bb17..b2be5b8 100644 --- a/templates/Instance/search_all.php +++ b/templates/Instance/search_all.php @@ -20,7 +20,7 @@ foreach ($tableResult['entries'] as $entry) { if ($entry->getSource() == 'MetaFields') { - $section .= sprintf('%s', + $section .= sprintf('%s', Cake\Routing\Router::URL([ 'controller' => Cake\Utility\Inflector::pluralize($entry->scope), 'action' => 'view', @@ -29,7 +29,7 @@ sprintf('%s (%s::%s)', h($entry->value), h($entry->scope), h($entry->field)) ); } else { - $section .= sprintf('%s', + $section .= sprintf('%s', Cake\Routing\Router::URL([ 'controller' => Cake\Utility\Inflector::pluralize($entry->getSource()), 'action' => 'view',