Upgrade to 3.5.1
This commit is contained in:
@@ -62,8 +62,8 @@ class Url extends BaseUrl
|
||||
{
|
||||
$kirby = App::instance();
|
||||
|
||||
return $kirby->component('url')($kirby, $path, $options, function (string $path = null, $options = null) use ($kirby) {
|
||||
return $kirby->nativeComponent('url')($kirby, $path, $options);
|
||||
return ($kirby->component('url'))($kirby, $path, $options, function (string $path = null, $options = null) use ($kirby) {
|
||||
return ($kirby->nativeComponent('url'))($kirby, $path, $options);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user