mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
append ending slash to base location
This commit is contained in:
parent
81975dd42a
commit
1a1924e166
1 changed files with 13 additions and 10 deletions
|
|
@ -23,16 +23,19 @@ class Base extends \Yggverse\Yoda\Abstract\Entity\Browser\Container\Page\Navbar\
|
|||
if ($address->getHost())
|
||||
{
|
||||
$this->navbar->request->setValue(
|
||||
$address->get( // build base
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
)
|
||||
rtrim(
|
||||
$address->get(
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
),
|
||||
'/'
|
||||
) . '/'
|
||||
);
|
||||
|
||||
$this->navbar->page->update();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue