diff --git a/application/controllers/NodeController.php b/application/controllers/NodeController.php index 80e6676..e5c657f 100644 --- a/application/controllers/NodeController.php +++ b/application/controllers/NodeController.php @@ -136,7 +136,7 @@ class NodeController extends Controller 'li', new Link( sprintf('%s (%s.conf)', $bpName, $fileName), - (string) Url::fromPath('businessprocess/process/show', ['config' => $fileName]) + \ipl\Web\Url::fromPath('businessprocess/process/show', ['config' => $fileName]) ) ) );